[pastebot-cvs] pastebot pastebot.conf-dist,1.8,1.9
Status: Beta
Brought to you by:
rcaputo
|
From: <ave...@us...> - 2003-11-30 16:05:17
|
Update of /cvsroot/pastebot/pastebot
In directory sc8-pr-cvs1:/tmp/cvs-serv6760
Modified Files:
pastebot.conf-dist
Log Message:
Add a new flag, to forbid invites to unknown channels.
Index: pastebot.conf-dist
===================================================================
RCS file: /cvsroot/pastebot/pastebot/pastebot.conf-dist,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pastebot.conf-dist 31 Oct 2003 22:41:56 -0000 1.8
--- pastebot.conf-dist 30 Nov 2003 16:05:14 -0000 1.9
***************
*** 127,130 ****
--- 127,135 ----
channel perl
+ # If this flag is a true value, the bot will not join channels
+ # not listed above when invited.
+
+ #inviteany 1
+
# The address the IRC bot binds to. This lets the bot listen
# on one vhost out of many that might be available to a
|