summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dnsqueue.cpp1
-rw-r--r--src/inspircd.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp
index 6d5c37405..5668355b8 100644
--- a/src/dnsqueue.cpp
+++ b/src/dnsqueue.cpp
@@ -281,6 +281,7 @@ void dns_poll()
dnsq[j].Reset();
}
}
+ else dnsq[j].Reset();
}
}
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index d3fcfa2df..eda78a84b 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -1698,7 +1698,7 @@ void kick_channel(userrec *src,userrec *user, chanrec *Ptr, char* reason)
/* This function pokes and hacks at a parameter list like the following:
*
- * PART #winbot, #darkgalaxy :m00!
+ * PART #winbot,#darkgalaxy :m00!
*
* to turn it into a series of individual calls like this:
*