@@ -12,6 +12,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
1.2.10
* Removed old references to '+/-manop' and '+/-nomop' for chaninfo in help file.
+* Fixed auth cmds not working in privmsg. (fixes #228)
1.2.9
* Fixed cmd_[un]stick not properly using numbers for channel masks. (#160)
@@ -574,7 +574,7 @@ static int gotmsg(char *from, char *msg)
Auth *auth = NULL;
if (auth_prefix[0])
- Auth::Find(uhost);
+ auth = Auth::Find(uhost);
if (!auth)
detect_flood(nick, uhost, from, FLOOD_PRIVMSG);