Module name:    irssi
Changes by:     cras    00/05/25 13:30:48

Modified files:
        .              : configure.in 
        docs           : botnet.txt 
        src/core       : misc.c net-nonblock.c net-nonblock.h network.c 
                        network.h server.c 
        src/fe-common/irc: Makefile.am fe-common-irc.c 
        src/fe-common/irc/dcc: fe-dcc.c 
        src/fe-common/irc/flood: fe-flood.c 
        src/fe-common/irc/notifylist: fe-notifylist.c 
        src/fe-none    : irssi.c 
        src/fe-text    : irssi.c 
        src/irc        : Makefile.am 
        src/irc/core   : Makefile.am irc-commands.c modes.c modes.h 
                        nicklist.h server-setup.c 
        src/irc/dcc    : dcc.c 
        src/irc/flood  : flood.c 
        src/irc/notifylist: notifylist.c 
Added files:
        src/irc/bot    : .cvsignore Makefile.am bot-commands.c 
                        bot-events.c bot-users.c bot-users.h bot.c bot.h 
                        botnet-connection.c botnet.c botnet.h 
                        botnets.sample module.h users.sample 
Removed files:
        src/irc        : irc.c 
        src/irc/core   : irc-core.h 

Log message:
Added bot plugin, it also has almost-functional botnet.

Changed configure.in's functionality so that you could tell what modules you
want to build in main irssi binary and it will create automatically the .c
files that need to call the module_init()/deinit() functions.

Fixed several minor things..

Reply via email to