mirror of
https://github.com/znc/znc.git
synced 2026-05-04 04:22:37 +02:00
Use the new CModule::PutModule(const CTable&) in various modules
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1169 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -132,14 +132,7 @@ public:
|
||||
Table.SetCell("Key", it->second);
|
||||
}
|
||||
|
||||
if (Table.size()) {
|
||||
unsigned int uTableIdx = 0;
|
||||
CString sLine;
|
||||
|
||||
while (Table.GetLine(uTableIdx++, sLine)) {
|
||||
PutModule(sLine);
|
||||
}
|
||||
}
|
||||
PutModule(Table);
|
||||
}
|
||||
} else if (sCmd.CaseCmp("HELP") == 0) {
|
||||
PutModule("Try: SetKey, DelKey, ListKeys");
|
||||
|
||||
Reference in New Issue
Block a user