1
0
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:
cyberbotx
2009-06-12 03:11:29 +00:00
parent fc78e51452
commit 2cc4ace60b
+1 -2
View File
@@ -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)