raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Make nickserv identify() method easier to use #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice for a identify to nickserv call built in so i don't have have 
to send my password thru a onConnect method call

Original issue reported on code.google.com by italian...@gmail.com on 27 May 2011 at 10:03

GoogleCodeExporter commented 9 years ago
Now that I think about it that is a little complex. Now PircBotX.identify() can 
be called anywhere and it will either send the nickserv command instantly or 
add a ConnectEvenet listener and send it then. Added in Revision def1c37ed5cb

Original comment by Lord.Qua...@gmail.com on 28 May 2011 at 3:10