mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Added missing module_register() calls.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1749 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
803d805016
commit
1cd033943a
3 changed files with 13 additions and 6 deletions
|
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "module.h"
|
||||
#include "modules.h"
|
||||
|
||||
void bot_irc_commands_deinit(void);
|
||||
void bot_irc_commands_init(void);
|
||||
|
|
@ -38,6 +39,8 @@ void irc_bot_init(void)
|
|||
bot_irc_commands_init();
|
||||
bot_events_init();
|
||||
botnet_init();
|
||||
|
||||
module_register("bot", "irc");
|
||||
}
|
||||
|
||||
void irc_bot_deinit(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue