got the botnet up...
got one bot "turbo" on irc.blah.net on channel #gumballs
got another bot "chicken" on irc.poultry.net on channel #sweets
i only want it to mirror from #gumballs to #sweets and not the other way.
i can't this script to do anything.....
here's what i have so far
Code: Select all
## CONFIGURATION ##
# Fill the values as you want but don't forget to keep the same order between each array.
set eggdrops {"turbo"}
set chans {"#gumballs"}
set networks {"blah"}
# Remember that all is case sensitive, so don't write DuMmY if your eggdrop is named dummy :)
# Do you want to use bold (1), underline (2) or nothing (0) to higtlight nicknames ?
set high "1"
# Do yo want to indicate from wich network comes the message (y/n)?
set snet "n"
# Do you want the bot transmit actions from the channel (y/n)?
set transmit "n"; # default value is yes
# Do you want the bot recept actions (y/n)?
set receive "y"; # default value is yes
# transmission configuration
set trans_pub "y"; # transmit the pub
set trans_act "n"; # transmit the actions (/me)
set trans_nick "n"; # transmit the nick changement
set trans_join "n"; # transmit the join
set trans_part "n"; # transmit the part
set trans_quit "n"; # transmit the quit
set trans_topic "n"; # transmit the topic changements
set trans_kick "n"; # transmit the kicks
set trans_mode "n"; #transmit the mode changements
# reception configuration
set recv_pub "n"; # recept the pub
set recv_act "n"; # recept the actions (/me)
set recv_nick "n"; # recept the nick changement
set recv_join "n"; # recept the join
set recv_part "n"; # recept the part
set recv_quit "n"; # recept the quit
set recv_topic "n"; # recept the topic changements
set recv_kick "n"; # recept the kicks
set recv_mode "n"; #recept the mode changements
and...
Code: Select all
## CONFIGURATION ##
# Fill the values as you want but don't forget to keep the same order between each array.
set eggdrops {"chicken"}
set chans {"#sweets"}
set networks {"poultry"}
# Remember that all is case sensitive, so don't write DuMmY if your eggdrop is named dummy :)
# Do you want to use bold (1), underline (2) or nothing (0) to higtlight nicknames ?
set high "1"
# Do yo want to indicate from wich network comes the message (y/n)?
set snet "n"
# Do you want the bot transmit actions from the channel (y/n)?
set transmit "y"; # default value is yes
# Do you want the bot recept actions (y/n)?
set receive "n"; # default value is yes
# transmission configuration
set trans_pub "y"; # transmit the pub
set trans_act "n"; # transmit the actions (/me)
set trans_nick "n"; # transmit the nick changement
set trans_join "n"; # transmit the join
set trans_part "n"; # transmit the part
set trans_quit "n"; # transmit the quit
set trans_topic "n"; # transmit the topic changements
set trans_kick "n"; # transmit the kicks
set trans_mode "n"; #transmit the mode changements
# reception configuration
set recv_pub "y"; # recept the pub
set recv_act "n"; # recept the actions (/me)
set recv_nick "n"; # recept the nick changement
set recv_join "n"; # recept the join
set recv_part "n"; # recept the part
set recv_quit "n"; # recept the quit
set recv_topic "n"; # recept the topic changements
set recv_kick "n"; # recept the kicks
set recv_mode "n"; #recept the mode changements
anyone any idea what i am doing wrong or can they suggest a better script for it??? ideally i want to be able to set it to only a certain nick being mirrored