mirror of
https://github.com/znc/znc.git
synced 2026-04-30 18:42:25 +02:00
My bad. Fixed the build error.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1424 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -89,7 +89,7 @@ class CAdminMod : public CModule {
|
||||
|
||||
void Get(const CString& sLine) {
|
||||
const CString var = sLine.Token(1).AsLower();
|
||||
const CString username = sLine.Token(2, true);
|
||||
CString username = sLine.Token(2, true);
|
||||
|
||||
if (var.empty()) {
|
||||
PutModule("Usage: get <variable> [username]");
|
||||
|
||||
Reference in New Issue
Block a user