PDA

View Full Version : how do i get dZSbot to invite a user into multiple channels at once


Flare2
05-19-2003, 09:43 PM
like i have


#site
#site0day
#sitemp3

and i want it to invite u to all 3


how do i do that?

SnypeTEST
05-19-2003, 10:06 PM
foreach channel $chanlist(INVITE) { puthelp "INVITE $nick $channel" }

hmmmmm

set chanlist(INVITE) "#site #site2 #site3"

DucKiEZz
01-30-2004, 02:19 PM
A very late reply since I have the same problem and can't figure it out.

I have different announcechannels the relevant part of my iobanana.tcl is:

set ioss(announcechannel) "#bla" ;# Default announce channel
set ioss(announce_mp3) "#bla-spam"
## Note: Do NOT define the default channel as an area-specific channel too!

Still it only invites me to the default channel (#bla)... :(


ps.

Personally I think this is logical because everything in the invite-part of iobanana.tcl points to (announcechannel) and NOT to the areaspecific announcechannels!
This is probably the same reason why the bot doesn't voice top-10 users in the #bla-spam channel, AND why it doesn't show the commandhelp line to users entering the channel... (right?)

Anyone please? -=thanx=-