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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user