Change the way the pinger works.
Fix syning threads before reconnections Formatting
This commit is contained in:
@@ -51,6 +51,7 @@ Commands
|
||||
ircobj.Password = "[server password]"
|
||||
ircobj.Connect("irc.someserver.com:6667") //Connect to server
|
||||
ircobj.Sendraw("<string>") //sends string to server. Adds \r\n
|
||||
ircobj.Sendraw("<formatstring>", ...) //sends formatted string to server.n
|
||||
ircobj.Join("#channel [password]")
|
||||
ircobj.Privmsg("#channel", "msg")
|
||||
ircobj.Privmsg("nickname", "msg")
|
||||
|
||||
Reference in New Issue
Block a user