Should have gone to the list... And for the record: With "commands" I meant, features implemented in Pidgin by the protocol plugin, not what is specified by the IM protocol (though they usually match somehow)
-------- Original-Nachricht -------- Betreff: Re: Regarding codes used for Pidgin Datum: Fri, 22 May 2009 15:03:42 +0200 Von: Jo-Erlend Schinstad <[email protected]> An: Sascha Vogt <[email protected]> Referenzen: <[email protected]> <[email protected]> Actually, /me is not a command spesified by the IRC protocol at all. It's just a convention that most IRC clients follow. It's actually a CTCP message, which in turn is a PRIVMSG message, in which the trailing parameter begins with ascii 1, directly followed by ACTION, then the description, followed by ascii 1. CTCP replies are the same, just using NOTICE instead of PRIVMSG. Like this: (equal to /me is doing something!) PRIVMSG currentTarget :<ascii 1>ACTION is doing something!<ascii 1> Jo-Erlend Schinstad _______________________________________________ Support mailing list [email protected] http://pidgin.im/cgi-bin/mailman/listinfo/support
