This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Botnet.Request.Script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
W
WhIt3noIs3
Voice
Posts: 1
Joined: Sun Jan 25, 2009 2:20 pm

Botnet.Request.Script

Post by WhIt3noIs3 »

Hi!!

First of all i apologize my bad english but i found nothing about that in this forum and nothing in Google and for that reason i post here :)

http://forum.egghelp.org/viewtopic.php? ... ght=botnet <<< this dosent work i think because ist for the quakenet -.-

I have 7 Bots, 1 Request Bot = Hub , 2 Fun Bots , 2 News Bots, 2 Stats Bots these are Leave-Bots

Now to the script when someone comes in the chan and type

Code: Select all

(nick) !request BOTS 

(RequestBot) Funny = FUN-BOT
(RequestBot) Happy = FUN-BOT
(RequestBot) News-Bot = NEWS-BOT
(RequestBot) Rss-Freak = NEWS-BOT
(RequestBot) ChanStat = STATS-BOT
(RequestBot) WebStats = STATS-BOT
The next trigger is

Code: Select all

(nick) !request Happy #chan
(bot) Sending Bot to #chan
Thanks in advance for all answers

WhIt3noIs3


edit:

For the !bots tigger i can use this i only need !request botnick #chan

Code: Select all

bind pub - !bots bots
proc bots {nick uhost hand channel rest} {
    putnow "PRIVMSG $channel :Funny = FUN-BOT"
    putnow "PRIVMSG $channel :Happy = FUN-BOT"
    putnow "PRIVMSG $channel :News-Bot  = NEWS-BOT"
    putnow "PRIVMSG $channel :Rss-Freak = NEWS-BOT"
    putnow "PRIVMSG $channel :ChanStat  = NEWS-BOT"
    putnow "PRIVMSG $channel :WebStat = NEWS-BOT"
    return 0
}
c
c0re
Voice
Posts: 16
Joined: Sun Jan 18, 2009 4:45 pm

Post by c0re »

ok you should try joinbot.tcl
Post Reply