summaryrefslogtreecommitdiff
path: root/modules/pseudoclients
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2015-09-06 16:11:50 -0400
committerAdam <adam@sigterm.info>2015-09-06 16:11:50 -0400
commit907e192aab72872d15186f87ae7acfe0f1b71901 (patch)
tree5862fa72b280113397bab9302c5b31cc5203693f /modules/pseudoclients
parentd6d0c883b07a917bbb2a21f1c73e2db701a05733 (diff)
parent1666b1a8d8d629fd4ea89b083863dc217154eee9 (diff)
Merge pull request #126 from SaberUK/2.0+typos
Fix a ton of typos.
Diffstat (limited to 'modules/pseudoclients')
-rw-r--r--modules/pseudoclients/botserv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pseudoclients/botserv.cpp b/modules/pseudoclients/botserv.cpp
index 55c57b974..2d32eb502 100644
--- a/modules/pseudoclients/botserv.cpp
+++ b/modules/pseudoclients/botserv.cpp
@@ -90,7 +90,7 @@ class BotServCore : public Module
{
/**
* We let the bot join even if it was an ignored user, as if we don't,
- * and the ignored user doesnt just leave, the bot will never
+ * and the ignored user doesn't just leave, the bot will never
* make it into the channel, leaving the channel botless even for
* legit users - Rob
**/
@@ -109,7 +109,7 @@ class BotServCore : public Module
if (c->ci && persist && persist->HasExt(c->ci))
return;
- /* Channel is syncing from a netburst, don't destroy it as more users are probably wanting to join immediatly
+ /* Channel is syncing from a netburst, don't destroy it as more users are probably wanting to join immediately
* We also don't part the bot here either, if necessary we will part it after the sync
*/
if (c->syncing)