diff options
author | Timo Sirainen <cras@irssi.org> | 2000-11-06 02:29:01 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-11-06 02:29:01 +0000 |
commit | a8c139d5e2f11b5f37bdffa83fbcef0d927bae9d (patch) | |
tree | 5aac2532b76b8551a0166fe914deb9f1db6a8a71 /src/irc/proxy/Makefile.am | |
parent | 2fc8c5b83fd9f077433a4740df2f30cd67d899a2 (diff) | |
download | irssi-a8c139d5e2f11b5f37bdffa83fbcef0d927bae9d.zip |
Proxy plugin fixes and cleanups. Supports now multiple servers, doesn't
let clients see CTCP requests and if one client writes message, other
clients will see it as well.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@810 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy/Makefile.am')
-rw-r--r-- | src/irc/proxy/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/proxy/Makefile.am b/src/irc/proxy/Makefile.am index e4fd73b6..a8259c7f 100644 --- a/src/irc/proxy/Makefile.am +++ b/src/irc/proxy/Makefile.am @@ -12,5 +12,4 @@ libproxy_la_SOURCES = \ listen.c noinst_HEADERS = \ - proxy.h \ module.h |