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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user