]> jfr.im git - irc/atheme/atheme.git/commit
protocol/unreal: fix checking of +f syntax
authorMantas Mikulėnas <redacted>
Wed, 24 Dec 2014 15:10:34 +0000 (17:10 +0200)
committerMantas Mikulėnas <redacted>
Wed, 24 Dec 2014 15:14:49 +0000 (17:14 +0200)
commit3f45f5203c236cdad0220fc4d130a16c925a9d7d
treea0e552aa02a565a85ba90e7711b4435a32d955c2
parent4ab915472cf59a269db04a101f132fe33a4c33eb
protocol/unreal: fix checking of +f syntax

check_flood would immediately return false regardless of action char
validity, and check_flood_old was expecting a ':' but actually checked
for '*'.
modules/protocol/unreal.c