diff options
author | phil-lavin <phil-lavin@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-23 01:25:54 +0000 |
---|---|---|
committer | phil-lavin <phil-lavin@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-23 01:25:54 +0000 |
commit | 6661c3ebdbd144ab5fb0bf5e85007e2da9e1a5b5 (patch) | |
tree | 22b8b1c55981aa9c41b86162cf0b906b37a74c43 /docs | |
parent | 0c9117abce63f27fb005d6362e35736b87522c51 (diff) |
Added param to EVENT_CHANGE_NICK for old nickname
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2978 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs')
-rw-r--r-- | docs/EVENTS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index df73bf393..de2ff5422 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -280,7 +280,9 @@ Anope Internal Events EVENT_CHANGE_NICK A user has just changed it's nick. - av[0] The new nickname of the user. + av[0] The new nickname of the user. Event is called after the user has been changed + to this nickname. + av[1] The old nickname of the user. EVENT_CONNECT This event is emitted when the connection to our uplink hub is being |