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.

CTCP commands on other users

Old posts that have not been replied to for several years.
Locked
A
Astatine
Voice
Posts: 3
Joined: Sun Dec 19, 2004 12:18 pm

CTCP commands on other users

Post by Astatine »

Is it possible to have an eggdrop run CTCP commands (ie. /ctcp username time) on other people on IRC? If so, how is it done? Thanks.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Code: Select all

putserv "privmsg $nick :\001TIME\001"
Locked