Implement join/part, channel tracking and retrieving variables from IRCBot classes at runtime

This commit is contained in:
2017-11-24 19:16:08 +00:00
parent 0912ac71cb
commit 73e16aebae
2 changed files with 108 additions and 30 deletions

View File

@@ -4,6 +4,8 @@
"add": "add <name> <address> <port> <ssl|plain> <nickname>",
"del": "del <name>",
"mod": "mod <name> [<key>] [<value>]",
"get": "get <name> <variable>",
"join": "join <name> <channel> [<key>]",
"enable": "enable <name",
"disable": "disable <name>",
"list": "list",