mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Sending files through botnet works.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@253 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9747762593
commit
ed14019530
10 changed files with 177 additions and 30 deletions
|
|
@ -8,18 +8,18 @@ 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 \
|
||||
botnet-connection.c
|
||||
botnet-connection.c \
|
||||
botnet-users.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
bot.h \
|
||||
bot-users.h \
|
||||
botnet.h \
|
||||
bot-commands.h \
|
||||
bot-users.h
|
||||
botnet-users.h
|
||||
|
||||
EXTRA_DIST = \
|
||||
users.sample \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue