mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Correct two typos.
This commit is contained in:
@@ -1493,7 +1493,7 @@ void CClient::HelpUser() {
|
||||
Table.AddColumn("Arguments");
|
||||
Table.AddColumn("Description");
|
||||
|
||||
PutStatus("In the following list all occurences of <#chan> support wildcards (* and ?)");
|
||||
PutStatus("In the following list all occurrences of <#chan> support wildcards (* and ?)");
|
||||
PutStatus("(Except ListNicks)");
|
||||
|
||||
Table.AddRow();
|
||||
|
||||
+1
-1
@@ -220,7 +220,7 @@ bool CUser::ParseConfig(CConfig* pConfig, CString& sError) {
|
||||
if (pConfig->FindStringEntry("buffer", sValue))
|
||||
SetBufferCount(sValue.ToUInt(), true);
|
||||
if (pConfig->FindStringEntry("awaysuffix", sValue)) {
|
||||
CUtils::PrintMessage("WARNING: AwaySuffix has been depricated, instead try -> LoadModule = awaynick %nick%_" + sValue);
|
||||
CUtils::PrintMessage("WARNING: AwaySuffix has been deprecated, instead try -> LoadModule = awaynick %nick%_" + sValue);
|
||||
}
|
||||
if (pConfig->FindStringEntry("autocycle", sValue)) {
|
||||
if (sValue.Equals("true"))
|
||||
|
||||
Reference in New Issue
Block a user