From bb13ae4d4eb8af969e64a5774ef894794e686be6 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 19 Nov 2004 03:10:35 +0000
Subject: [PATCH] The # in the channel name must be escaped.

---
 CVSROOT/loginfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CVSROOT/loginfo b/CVSROOT/loginfo
index 4495afd97e..c77b1e28fc 100755
--- a/CVSROOT/loginfo
+++ b/CVSROOT/loginfo
@@ -25,4 +25,4 @@
 # or
 #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
 ALL (echo %p %{sVv}; cat) | smbutil -o -i -tAll "-sCVS commit %p/%s" -f$USER i /sbbs/data/subs/syncprog;sync
-ALL (echo %p %{sVv}; cat) | jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -c #synchronet -n cvs
\ No newline at end of file
+ALL (echo %p %{sVv}; cat) | jsexec -c /sbbs/ctrl ircmsg -s bbs.synchro.net -c \#synchronet -n cvs
\ No newline at end of file
-- 
GitLab