From 76605ad0aed7e53c4a9dab686474235f547a5837 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 25 May 2000 11:30:47 +0000 Subject: 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.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@230 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/.cvsignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/irc/bot/.cvsignore (limited to 'src/irc/bot/.cvsignore') diff --git a/src/irc/bot/.cvsignore b/src/irc/bot/.cvsignore new file mode 100644 index 00000000..8553e9e9 --- /dev/null +++ b/src/irc/bot/.cvsignore @@ -0,0 +1,8 @@ +*.la +*.lo +*.o +.deps +.libs +Makefile +Makefile.in +so_locations -- cgit v1.2.3