mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Add oftc.
This commit is contained in:
parent
4e3db57e3c
commit
6c6de3a94a
2 changed files with 5 additions and 1 deletions
4
app.cfg
4
app.cfg
|
@ -19,7 +19,7 @@ url="http://test.blogspam.net/"
|
|||
port=9999
|
||||
|
||||
[evalserver]
|
||||
server="localhost:14401"
|
||||
server="192.168.32.1:14401"
|
||||
languages=[ "perl" ]
|
||||
|
||||
|
||||
|
@ -48,3 +48,5 @@ protocol="perlbot"
|
|||
"localhost:perlbot:#marpa"="Freenode #marpa"
|
||||
"localhost:perlbot-magnet:#perl"="irc.perl.org #perl"
|
||||
"localhost:perlbot-magnet:#perl-help"="irc.perl.org #perl-help"
|
||||
"localhost:perlbot-oftc:#perl"="OFTC #perl"
|
||||
"localhost:perlbot-oftc:#perlbot"="OFTC #perlbot"
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
"freenode.perlbot.pl": "localhost:perlbot:",
|
||||
"m.perlbot.pl": "localhost:perlbot-magnet:",
|
||||
"magnet.perlbot.pl": "localhost:perlbot-magnet:",
|
||||
"o.perlbot.pl": "localhost:perlbot-oftc:",
|
||||
"oftc.perlbot.pl": "localhost:perlbot-oftc:",
|
||||
};
|
||||
|
||||
if (channel && servers[hostname]) { // only do this if we have a channel and a valid server
|
||||
|
|
Loading…
Add table
Reference in a new issue