From 7491a1f7cf993e7666874eeb73ae6aa5376b7591 Mon Sep 17 00:00:00 2001 From: timriker Date: Wed, 14 Mar 2007 22:52:32 +0000 Subject: [PATCH] ws git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1339 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/OnJoin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/OnJoin.pl b/blootbot/src/Modules/OnJoin.pl index 9a603c1..d5012b0 100644 --- a/blootbot/src/Modules/OnJoin.pl +++ b/blootbot/src/Modules/OnJoin.pl @@ -48,7 +48,7 @@ sub Cmdonjoin { my $nick = $3; my $msg = $5; - # get options + # get options my $strict = &getChanConf('onjoinStrict'); my $ops = &getChanConf('onjoinOpsOnly'); -- 2.39.5