1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 00:56:37 +02:00

Use MessageSource as the source for many IRCDProto funcs

Keep track of what user modes are oper only/server only/etc
This commit is contained in:
Adam
2013-08-01 13:16:18 +00:00
parent 402c624e45
commit 1e625b6837
50 changed files with 455 additions and 488 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
#include "module.h"
static bool SendResetEmail(User *u, const NickAlias *na, const BotInfo *bi);
static bool SendResetEmail(User *u, const NickAlias *na, BotInfo *bi);
class CommandNSResetPass : public Command
{
@@ -112,7 +112,7 @@ class NSResetPass : public Module
}
};
static bool SendResetEmail(User *u, const NickAlias *na, const BotInfo *bi)
static bool SendResetEmail(User *u, const NickAlias *na, BotInfo *bi)
{
int min = 1, max = 62;
int chars[] = {