Fix typo +c => +C reported by alamar

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9653 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
peavey 2008-05-06 21:04:28 +00:00
parent 3b2aed3757
commit 95ff25c717

View File

@ -13,7 +13,7 @@
#include "inspircd.h"
/* $ModDesc: Provides support for unreal-style channel mode +c */
/* $ModDesc: Provides support for unreal-style channel mode +C */
class NoCTCP : public ModeHandler
{