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 moonchild
Sat Jun 11, 2005 3:34 am
Forum: Archive
Topic: Script that "collects" Channel-Events
Replies: 8
Views: 3531

Hi, the code you give me does not work... whenever a user joins to the channel the bot does not report that Join-event to the relay channel :- :(
by moonchild
Fri Jun 10, 2005 4:06 pm
Forum: Archive
Topic: Script that "collects" Channel-Events
Replies: 8
Views: 3531

I wrote the follwing:
bind join - * pjoin
set otherchan "#smart-change"
proc pjoin {n u h c} {
puthelp "privmsg $::otherchan :$n!$u has joined $c"
}
but nothing happens... Am I just too stupid?
by moonchild
Fri Jun 10, 2005 3:36 pm
Forum: Archive
Topic: Script that "collects" Channel-Events
Replies: 8
Views: 3531

Thanks a lot for your answers!
by moonchild
Fri Jun 10, 2005 8:14 am
Forum: Archive
Topic: Script that "collects" Channel-Events
Replies: 8
Views: 3531

Script that "collects" Channel-Events

Hi, I'm searching for a tcl that Collects channel-events like join, part, kick etc. on the channels the bot is in and then posts the collected information to another channel. Do you understand what I'm talking about? :D Does anyone have a ready-to-use script or can help me crating one? Thanks so far...