Module name: irssi
Changes by: cras 00/04/27 12:31:14
Modified files:
src/irc/core : Makefile.am channels.c irc-core.c irc-log.c
nicklist.c
Removed files:
src/irc/core : channel-events.h channels-query.h irc-commands.h
irc-rawlog.h irc-special-vars.h lag.h massjoin.h
Log message:
Removed several header files that only had xxx_init(); xxx_deinit(); - moved
them to the .c file where they were called.
nicklist didn't notice nick changes right.
