mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-21 08:29:02 -04:00
Silent CHGIDENT for ulines to prevent noisyness from anope
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8152 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
28f729ab77
commit
bc8557cd7d
@ -57,6 +57,8 @@ class cmd_chgident : public command_t
|
||||
}
|
||||
|
||||
dest->ChangeIdent(parameters[1]);
|
||||
|
||||
if (!ServerInstance->ULine(user->server))
|
||||
ServerInstance->WriteOpers("%s used CHGIDENT to change %s's ident to '%s'", user->nick, dest->nick, dest->ident);
|
||||
|
||||
/* route it! */
|
||||
|
Loading…
x
Reference in New Issue
Block a user