]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgname.cpp
Add comments
[user/henk/code/inspircd.git] / src / modules / m_chgname.cpp
index 0e4790eef2a996477c4db2b58fd4304d3897ad63..0a7b5a664eafbb1326adab1b4393b4cf67238b9c 100644 (file)
@@ -52,7 +52,7 @@ class CommandChgname : public Command
                if (IS_LOCAL(dest))
                {
                        dest->ChangeName(parameters[1]);
-                       ServerInstance->SNO->WriteToSnoMask('O', "%s used CHGNAME to change %s's real name to '%s'", user->nick, dest->nick, dest->fullname);
+                       ServerInstance->SNO->WriteToSnoMask('A', "%s used CHGNAME to change %s's real name to '%s'", user->nick, dest->nick, dest->fullname);
                        return CMD_LOCALONLY; /* name change routed by FNAME in spanningtree now */
                }