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.
Old posts that have not been replied to for several years.
eiSi
Halfop
Posts: 70 Joined: Thu Mar 07, 2002 8:00 pm
Post
by eiSi » Tue Jun 10, 2003 8:31 am
hi there!
just a simple question:
I want my bot to join a channel, send a msg and part it again... but if I let it join, it says: joined channel but didn't want to, and it parts again before it sends the msg.
what's wrong with that? any hints how to solve it?
thanks for replying!
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Tue Jun 10, 2003 8:55 am
The chanel is added and removed to fast, this causing tha msg. Use a timer to make it part, something like after 5 seconds.
Once the game is over, the king and the pawn go back in the same box.
eiSi
Halfop
Posts: 70 Joined: Thu Mar 07, 2002 8:00 pm
Post
by eiSi » Tue Jun 10, 2003 9:06 am
all right, i'll try! thanks!
[edit]works fine, thanks a lot!!
[/edit]
Last edited by
eiSi on Tue Jun 10, 2003 9:16 am, edited 1 time in total.
ReaLz
Op
Posts: 121 Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece
Post
by ReaLz » Tue Jun 10, 2003 9:11 am
also... I think that you use putserv "JOIN...." and that's why the bot shows that msg.
use
«A fantastic spaghetti is a spaghetti that does not exist»
eiSi
Halfop
Posts: 70 Joined: Thu Mar 07, 2002 8:00 pm
Post
by eiSi » Tue Jun 10, 2003 9:16 am
nope, it was channel add $chan
but now it works!