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.

Search found 4 matches

by devil_i
Tue Sep 25, 2007 7:36 am
Forum: Eggdrop Help
Topic: problem:bot answer only to me
Replies: 7
Views: 3030

well
thank you guys... its now working normally
the cause of the problem was colours
by devil_i
Fri Sep 21, 2007 9:40 am
Forum: Eggdrop Help
Topic: problem:bot answer only to me
Replies: 7
Views: 3030

hm.. i don't think so. if i want my bot ignore somebody i must write it in a code, right? but i don't write in a code anything that refer to it. P.S. one little thing to. today when i was testing it again i runed windrop, said hello to bot he answered to me, then i said hello from computer where fre...
by devil_i
Fri Sep 21, 2007 2:49 am
Forum: Eggdrop Help
Topic: problem:bot answer only to me
Replies: 7
Views: 3030

i changed code to set our_chan "#chan" bind pubm -|- hello my_talk_handler proc my_talk_handler {nick uhost hand chan text} { global our_chan if {[string tolower $chan] != $our_chan} { return 0 } putserv "privmsg $chan :$text $nick, hello!" return 1 } but it still doesn't works
by devil_i
Thu Sep 20, 2007 2:22 pm
Forum: Eggdrop Help
Topic: problem:bot answer only to me
Replies: 7
Views: 3030

problem:bot answer only to me

hi everybody for the begining i MUST say that my english is not very good (actually it is bad )) so sorry )) now i have a problem with eggdrop and windrop we needed a bot for our channel, i searched and finded windrop. i decided to write a little script to test it here is source: set our_chan "...