From 9ed9068cc693fe0e39e2d2e0848a212254609ae4 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Apr 2004 15:18:34 +0000 Subject: Fixed idle time git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@376 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index f6658db95..2b2e5963e 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -38,6 +38,7 @@ void chanrec::SetCustomMode(char mode,bool mode_on) temp[count] = '\0'; strncpy(custom_modes,temp,MAXMODES); log(DEBUG,"Custom mode %c removed",mode); + this->SetCustomModeParam(mode,"",false); } } -- cgit v1.3.1-10-gc9f91