mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Remove = from output of nickserv ViewCommands
It was very confusing. People tried to use SetCommand with = too...
This commit is contained in:
@@ -59,11 +59,11 @@ public:
|
||||
}
|
||||
|
||||
void ViewCommandsCommand(const CString& sLine) {
|
||||
PutModule("IDENTIFY=" + GetNV("IdentifyCmd"));
|
||||
PutModule("GHOST=" + GetNV("GhostCmd"));
|
||||
PutModule("RECOVER=" + GetNV("RecoverCmd"));
|
||||
PutModule("RELEASE=" + GetNV("ReleaseCmd"));
|
||||
PutModule("GROUP=" + GetNV("GroupCmd"));
|
||||
PutModule("IDENTIFY " + GetNV("IdentifyCmd"));
|
||||
PutModule("GHOST " + GetNV("GhostCmd"));
|
||||
PutModule("RECOVER " + GetNV("RecoverCmd"));
|
||||
PutModule("RELEASE " + GetNV("ReleaseCmd"));
|
||||
PutModule("GROUP " + GetNV("GroupCmd"));
|
||||
}
|
||||
|
||||
void SetCommandCommand(const CString& sLine) {
|
||||
|
||||
Reference in New Issue
Block a user