mirror of
https://github.com/anope/anope.git
synced 2026-07-09 16:23:12 +02:00
Use less strict valid ident checks on hybrid, unreal, and inspircd
This commit is contained in:
@@ -42,6 +42,7 @@ class RatboxProto : public IRCDProto
|
||||
void SendModeInternal(const MessageSource &source, User *u, const Anope::string &buf) anope_override { hybrid->SendModeInternal(source, u, buf); }
|
||||
void SendChannel(Channel *c) anope_override { hybrid->SendChannel(c); }
|
||||
void SendTopic(const MessageSource &source, Channel *c) anope_override { hybrid->SendTopic(source, c); }
|
||||
bool IsIdentValid(const Anope::string &ident) anope_override { return hybrid->IsIdentValid(ident); }
|
||||
|
||||
void SendConnect() anope_override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user