User changes are sent to botnet. Botnet commands are automatically sent

forward unless you stop it with signal_stop_by_name("botnet event").


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@249 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-05-29 12:47:25 +00:00 committed by cras
commit 4255d6c075
10 changed files with 498 additions and 126 deletions

View file

@ -9,6 +9,7 @@ libirc_bot_la_LIBADD = -lcrypt
libirc_bot_la_SOURCES = \
bot.c \
bot-commands.c \
bot-irc-commands.c \
bot-events.c \
bot-users.c \
botnet.c \
@ -17,6 +18,7 @@ libirc_bot_la_SOURCES = \
noinst_HEADERS = \
bot.h \
botnet.h \
bot-commands.h \
bot-users.h
EXTRA_DIST = \