]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Prevent fantasy aliases from blocking user commands (eg. !topic would prevent users...
authordz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 10 Feb 2009 02:26:44 +0000 (02:26 +0000)
committerdz <dz@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 10 Feb 2009 02:26:44 +0000 (02:26 +0000)
commit6e470a0c86707d897f61fe98c77e242b6011fe3b
treea0a062e8bf4b41b3c902ed3cdaaa1413237d810e
parent98d8252abdd0cad70d90e0cdcf50629b6e02b464
Prevent fantasy aliases from blocking user commands (eg. !topic would prevent users from using /topic).
Also as a result of this change, any aliases where the command does not actually exist and are either strictly fantasy commands or no formats match will result in a unknown command message.
Fixes bug #714, spotted by CJ -- thanks.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11080 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/m_alias.cpp