[Relay-bot-cvs] CVS: relay-bot relay-bot.config,1.6,1.7
Brought to you by:
freiheit
From: Eric E. <fre...@us...> - 2002-10-08 04:15:43
|
Update of /cvsroot/relay-bot/relay-bot In directory usw-pr-cvs1:/tmp/cvs-serv20562 Modified Files: relay-bot.config Log Message: Better examples of what can be done... Index: relay-bot.config =================================================================== RCS file: /cvsroot/relay-bot/relay-bot/relay-bot.config,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** relay-bot.config 4 Jul 2002 19:30:26 -0000 1.6 --- relay-bot.config 8 Oct 2002 04:15:35 -0000 1.7 *************** *** 8,12 **** # What channels to join; yes, can be used in multiple channels. One is best. # (Signons and signoffs have an issue with multiple channels) ! @relay_channels = ('#relaybot'); # simple hash -- key is "name", value is actual host to connect to. --- 8,15 ---- # What channels to join; yes, can be used in multiple channels. One is best. # (Signons and signoffs have an issue with multiple channels) ! @relay_channels = ('#relaybot', '#relay-bot'); ! ! %relay_channels_extra = ('#relaybot' => ['#relay-bot'], ! '#relay-bot' => ['#relaybot']); # simple hash -- key is "name", value is actual host to connect to. |