- Timestamp:
- 11/20/08 00:22:08 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/tiarra/trunk/module/Auto/Outputz.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/module/Auto/Outputz.pm
r24336 r24356 6 6 use warnings; 7 7 use base qw(Module); 8 use Multicast; 8 9 use Module::Use qw(Auto::AliasDB Tools::HTTPClient Auto::Utils); 9 10 use Auto::AliasDB; … … 81 82 if (Mask::match($ch->[1],$channel)) { 82 83 my $name = Tools::HashTools::replace_recursive( 83 $ch->[0], [{channel => $this->_mangle_string($channel), 84 channel_short => $this->_mangle_string($chan_short), 85 network => $this->_mangle_string($network)}]); 84 $ch->[0], [{ 85 channel => $this->_mangle_string($channel), 86 channel_short => $this->_mangle_string($chan_short), 87 network => $this->_mangle_string($network)}]); 86 88 87 89 $this->{matching_cache}->{$channel} = $name; … … 143 145 key: some secret 144 146 147 # 送信対象にするコマンドの設定。 148 # 省略された場合は PRIVMSG 。 149 # パラメータ1が送信先、パラメータ2が本文でなければ動作しないので、 150 # 動作するコマンドは PRIVMSG/NOTICE/TOPIC/PART 程度。 151 -command: PRIVMSG 152 145 153 # 各チャンネルのURIの設定。 146 154 # 記述された順序で検索されるので、全てのチャンネルにマッチする"*"などは最後に書かなければならない。 … … 150 158 # チャンネル名に、 #(network) はネットワーク名にそれぞれ置き換えられる。 151 159 # また、危険な文字は自動的にエスケープされる。 152 channel: http:// irc.example.com/#(network)/#(channel_short) *160 channel: http://#(network).irc.example.com/#(channel_short) * 153 161 154 162 =cut
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)