mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
803d805016
You can't /LOAD the same module twice. Syntax changed to /LOAD <module> [<submodule>], /UNLOAD <module> [<submodule>]. NOTE: all modules now need to call register_module() in their init() function. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1748 dbcabf3a-b0e7-0310-adc4-f8d773084564
5 lines
77 B
C
5 lines
77 B
C
#include "module.h"
|
|
|
|
#undef MODULE_NAME
|
|
#define MODULE_NAME "fe-common/perl"
|