mirror of
https://github.com/anope/anope.git
synced 2026-06-29 14:36:39 +02:00
Forward port of bugfix for bug #1082 from SVN r2322, remove check for NSModeOnID from NS UPDATE, it's not logical to check for NSModeOnID since you must be identified to use NS UPDATE anyways.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2323 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -31,8 +31,7 @@ class CommandNSUpdate : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (NSModeOnID)
|
||||
do_setmodes(u);
|
||||
do_setmodes(u);
|
||||
check_memos(u);
|
||||
|
||||
if (na->last_realname)
|
||||
|
||||
Reference in New Issue
Block a user