1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 23:23:13 +02:00

Changed /ns confirm to not assume the user you are confirming owns the nick (have it ask the user for the password now), added nickserv/confirm opertype command value, and changed OnNickRegister event param to be NickAlias* not User*

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2554 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-10-12 20:56:23 +00:00
parent c79d189e89
commit 5bcb780c6d
3 changed files with 21 additions and 29 deletions
+2 -2
View File
@@ -833,9 +833,9 @@ class CoreExport Module
virtual void OnNickLogout(User *u) { }
/** Called when a nick is registered
* @param The user
* @param The nick
*/
virtual void OnNickRegister(User *u) { }
virtual void OnNickRegister(NickAlias *na) { }
/** Called when a nick is suspended
* @param na The nick alias