Hi,
I am starting using twisted with an IRC LogBot based on this ones : http://twistedmatrix.com/projects/words/documentation/examples/ircLogBot.py I customized it a little bit...
When a user logs in (on the chan), I would like to send him a /CTCP user VERSION, read the reply and send onto the chan the VERSION name of this user.
In the API, I found this : http://python.net/crew/mwh/apidocs/twisted.words.protocols.irc.IRCClient.htm... But it seems to be for the bot itself...
How could I do that and let everbody knows on the chan if user is using Xchat, irssi, mirc... ;) ?
Thanks. Rémi.