mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD
unloads it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@420 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4475a04841
commit
21999ae205
6 changed files with 186 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ libfe_common_core_la_SOURCES = \
|
|||
fe-common-core.c \
|
||||
fe-core-commands.c \
|
||||
fe-log.c \
|
||||
fe-modules.c \
|
||||
fe-server.c \
|
||||
fe-settings.c \
|
||||
hilight-text.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue