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.

Whats the line to perform CTCP VERSION in a TCL script?

Old posts that have not been replied to for several years.
Locked
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

Whats the line to perform CTCP VERSION in a TCL script?
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

OK - the forum does not like the excaping of ascii codes, so it's a,little long winded to explain.

Code: Select all

puthelp "PRIVMSG nickname :@VERSION@"
the 2 @ symbols should be replaced by " 0 0 1" with the spaces removed.

<font size=-1>[ This Message was edited by: ppslim on 2001-11-06 13:09 ]</font>
J
JingYou
Halfop
Posts: 58
Joined: Tue Oct 16, 2001 8:00 pm
Location: Singapore
Contact:

Post by JingYou »

Thanks very much. Anyway, where do you refer these lines from ?
Locked