diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h index 56c29434d..02d4f8736 100644 --- a/include/modules.h +++ b/include/modules.h @@ -375,7 +375,6 @@ public: virtual EventReturn OnLoadDatabase() { throw NotImplementedException(); } /** Called when anope needs to check passwords against encryption - * see src/encrypt.c for detailed informations */ virtual EventReturn OnEncrypt(const Anope::string &src, Anope::string &dest) { throw NotImplementedException(); } @@ -1038,7 +1037,7 @@ public: /** Called when a nickserv/set command is used. * @param source The source of the command * @param cmd The command - * @param nc The nickcore being modifed + * @param nc The nickcore being modified * @param setting The setting passed to the command. Probably ON/OFF. * @return EVENT_STOP to halt immediately */ |