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 2 matches

by deuce
Sat Nov 11, 2006 6:14 pm
Forum: Scripting Help
Topic: bind join/part proc never gets triggered
Replies: 6
Views: 4943

just tried it in the way you said...it doesn't work either :( edit: ok...I think I solved my problem...somehow the channel my bot was in didn't properly tell the bot that somebody joined or something like this...I switched the channel and now it works... I'm lucky that the channel which didn't worke...
by deuce
Sat Nov 11, 2006 4:26 pm
Forum: Scripting Help
Topic: bind join/part proc never gets triggered
Replies: 6
Views: 4943

bind join/part proc never gets triggered

hi, I'm writing a small script, that has to put some information about a user into a database when he joins a channel and erase these information when he leaves it. so I used some code like this: set channel #channel bind join - "$channel *" on_join bind part - "$channel *" on_pa...