Northeim Voice
Joined: 19 Feb 2006 Posts: 3
|
Posted: Tue Jul 18, 2006 3:38 pm Post subject: A botnet Problem |
|
|
2 Eggdrops linked
Sent script:
| Code: |
bind pub - !test jojo
proc jojo {nick uhost hand chan arg} {
putbot Binary "echo das.ist.ein.test"
}
|
Recieve Script:
| Code: |
bind bot - echo announce
proc announce {frombot cmd text} {
putlog $text
putquick "PRIVMSG #dasisteintest :$text"
putserv "PRIVMSG #dasisteintest :$text"
puthelp "PRIVMSG #dasisteintest :$text"
}
|
The 1.Bot send a text to the second one. I can see the $text in the partyline.But the bot will not announce the text into the chan.
.set errorInfo shows me no error |
|