diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-30 11:11:36 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-09-30 11:11:36 +0000 |
commit | 9416d192045ebf77c4b3d04cd3f7d2ee69deb61d (patch) | |
tree | 5e4beed51f286ac8fc62ad48bc08b9438437f9f5 /docs/EVENTS | |
parent | 0281b73406a3f4094f9ccb7265be06138a3ca10c (diff) |
BUILD : 1.7.11 (904) BUGS : NOTES : Stripping fantasy char from fantasy commands now
git-svn-id: svn://svn.anope.org/anope/trunk@904 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@650 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r-- | docs/EVENTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 47a168387..8a3cd502e 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -191,7 +191,7 @@ Anope Internal Events EVENT_BOT_FANTASY A fantasy command of the bot has been triggered. This event should be used to create your own fantasy commands. - av[0] The fantasy command that has been triggered with leading '!'. + av[0] The fantasy command that has been triggered without leading '!'. av[1] The nickname of the user that has triggered the fantasy command. av[2] The name of the channel the fantasy command has been triggered @@ -206,7 +206,7 @@ Anope Internal Events trigger if someone with access has triggered a fantasy command; use EVENT_BOT_FANTASY for those. Hook to both events to catch both event triggers. - av[0] The fantasy command that has been triggered with leading '!'. + av[0] The fantasy command that has been triggered without leading '!'. av[1] The nickname of the user that has triggered the fantasy command. av[2] The name of the channel the fantasy command has been triggered |