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.

join a channel, msg something, part it

Old posts that have not been replied to for several years.
Locked
e
eiSi
Halfop
Posts: 70
Joined: Thu Mar 07, 2002 8:00 pm

join a channel, msg something, part it

Post by eiSi »

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! :)
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

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.
e
eiSi
Halfop
Posts: 70
Joined: Thu Mar 07, 2002 8:00 pm

Post by eiSi »

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.
User avatar
ReaLz
Op
Posts: 121
Joined: Sat Oct 19, 2002 5:33 am
Location: Athens, Greece

Post by ReaLz »

also... I think that you use putserv "JOIN...." and that's why the bot shows that msg.
use

Code: Select all

channel add #chan
«A fantastic spaghetti is a spaghetti that does not exist»
e
eiSi
Halfop
Posts: 70
Joined: Thu Mar 07, 2002 8:00 pm

Post by eiSi »

nope, it was channel add $chan

but now it works! :)
Locked