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

by Real
Sat Mar 27, 2004 6:38 am
Forum: Archive
Topic: Script for changing the topic
Replies: 3
Views: 1247

Script for changing the topic

Hi, I need some help scripting a TCL script :) It's purpose is for a private clan channel, where line-ups for wars can be made. If anyone uses !avail myname , it has to add myname to the topic. In irc this is: on 1:TEXT:!avail *:#666.to:{ //set %avail %avail $2 } So this command writes the names whi...
by Real
Sun Mar 14, 2004 11:30 am
Forum: Archive
Topic: Script to show the topic?
Replies: 1
Views: 697

Script to show the topic?

Does anybody know a script that could show the current topic of a channel? I've already downloaded some TCL scripts, but they don't seem to have this function. Something like: bind pub - !topic pub_topic proc ... putserv "PRIVMSG $channel :Topic is: This is where the topic should be" Thank...
by Real
Fri Mar 12, 2004 2:01 pm
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

Thanks mate, it works :)
by Real
Thu Mar 11, 2004 2:54 pm
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

It doesn't on mine :/

Can somebody see what's wrong?
by Real
Thu Mar 11, 2004 11:48 am
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

I forgot to paste it, it's in my TCL script though :p

And it doesnt work
by Real
Thu Mar 11, 2004 11:40 am
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

bind pubm - "!admin *" pub:admin proc pub:admin {nick host hand chan args} { if {[string equal -nocase $chan "#telenet.to"]} { set list "" foreach nick2 [chanlist $chan] { if {[isop $nick2 $chan]} { append list " $nick2" } } putserv "PRIVMSG $chan :\0034...
by Real
Tue Mar 09, 2004 1:15 pm
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

Thanks very much, I can't test it now, since the person who can update the eggdrop is offline.

One more question though, can you change it so that it only works on 1 channel?
Thank you!
by Real
Mon Mar 08, 2004 5:26 pm
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

ok so my first problem is solved, but there's still the !admin problem, and I think this one's really hard.

Can anyone help me with this please? :-/
by Real
Mon Mar 08, 2004 11:43 am
Forum: Archive
Topic: Some fairly easy TCL questions
Replies: 14
Views: 2921

Some fairly easy TCL questions

Hello, I can use a shell of a friend of mine to put my irc bot on. But I don't know anything about TCL scripts, so I'm going to ask some help here :) EDIT: *first problem solved* Next, there's the !admin command. Everybody can use the !admin <reason> command. This will highlight every op on the chan...