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.

Script to show the topic?

Old posts that have not been replied to for several years.
Locked
R
Real
Voice
Posts: 24
Joined: Mon Mar 08, 2004 11:27 am

Script to show the topic?

Post by Real »

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:

Code: Select all

bind pub - !topic pub_topic
proc ...
putserv "PRIVMSG $channel :Topic is: This is where the topic should be"
Thank you



PS:

Code: Select all

on 1:TEXT:!topic:#:{ //msg # Current topic is: $chan($chan).topic }
This is the irc code
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

Code: Select all

puthelp "PRIVMSG $c :Topic is [topic $c]"
photon?
Locked