freebsd-ports/net-im/sulci/files/without-muc-log.patch
Martin Wilke d94e12a135 - Add knob to disable MUC logging.
- Update pkg-descr

PR:             110845
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2007-03-27 08:01:48 +00:00

21 lines
642 B
Diff

--- sulci/Makefile.orig Tue Feb 21 16:05:07 2006
+++ sulci/Makefile Wed Apr 26 18:11:29 2006
@@ -5,7 +5,7 @@
include Makefile.conf
SOURCES = version.ml config.ml logger.ml common.ml types.ml lang.ml muc.ml \
- find_url.ml muc_log.ml hooks.ml iq.ml http_suck.ml
+ find_url.ml hooks.ml iq.ml http_suck.ml
SUBDIRS = lang
--- sulci/hooks.ml.orig Sat Feb 4 20:00:48 2006
+++ sulci/hooks.ml Wed Apr 26 18:10:59 2006
@@ -167,7 +167,6 @@
in
(try
let event = get_event () in
- Muc_log.process_log event from xml;
List.iter (fun proc -> proc event from xml out) !filters;
(match event with
| Iq _ ->