mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Fixed few misspellings
This commit is contained in:
@@ -141,7 +141,7 @@ class CKeepNickMod : public CModule {
|
||||
}
|
||||
|
||||
EModRet OnUserRaw(CString& sLine) override {
|
||||
// We dont care if we are not connected to IRC
|
||||
// We don't care if we are not connected to IRC
|
||||
if (!GetNetwork()->IsIRCConnected()) return CONTINUE;
|
||||
|
||||
// We are trying to get the config nick and this is a /nick?
|
||||
|
||||
@@ -151,7 +151,7 @@ namespace eval Binds {
|
||||
}
|
||||
}
|
||||
if {!$match} {
|
||||
PutModule "Error, dcc trigger '[string range [lindex $text 0] 1 end]' doesnt exist"
|
||||
PutModule "Error, dcc trigger '[string range [lindex $text 0] 1 end]' doesn't exist"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,4 +128,4 @@ proc matchattr {handle flags {channel ""}} {return 0}
|
||||
source [file dirname $::MasterFile]/binds.tcl
|
||||
|
||||
|
||||
PutModule "Succesfully loaded modtcl with master file: [info script]"
|
||||
PutModule "Successfully loaded modtcl with master file: [info script]"
|
||||
|
||||
+1
-1
@@ -708,7 +708,7 @@ class CWatcherMod : public CModule {
|
||||
}
|
||||
|
||||
void Load() {
|
||||
// Just to make sure we dont mess up badly
|
||||
// Just to make sure we don't mess up badly
|
||||
m_lsWatchers.clear();
|
||||
|
||||
bool bWarn = false;
|
||||
|
||||
Reference in New Issue
Block a user