mirror of
https://github.com/anope/anope.git
synced 2026-07-09 15:43:13 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class CommandNSInfo : public Command
|
||||
{
|
||||
private:
|
||||
template<typename T, unsigned END> void CheckOptStr(User *u, Anope::string &buf, T opt, const char *str, Flags<T, END> *nc, bool reverse_logic = false)
|
||||
template<typename T, unsigned END> void CheckOptStr(User *u, Anope::string &buf, T opt, const char *str, const Flags<T, END> *nc, bool reverse_logic = false)
|
||||
{
|
||||
if (reverse_logic ? !nc->HasFlag(opt) : nc->HasFlag(opt))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user