blob: 451ee77d4bb2e8e5f244820515510f7c0c2c43ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* implement InternalCommands "register command" and "unregister command"
* implement helpers for command parsing in plugins
we need a monad "Plugin" in order to manage the from and to message fields.
* clean command module
* clean plugin module
* kill threads
* unload plugin
* plugin reload
* list modules command
* part chan
* add admin check for cmds
* restore \r in IRCParser
|