diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-02 00:58:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-02 00:58:33 +0000 |
commit | 1d918f525e73c5061e4ad9e17d745455b6837ace (patch) | |
tree | 323783033c2f5566d3318e141c3aeb3a05608763 /src | |
parent | 36a86e7290a0a9e7fd304587dcd91b11c3afdd65 (diff) |
One final attempt at fixing some of craigs whinges -- poll routine auto clears the stale lookups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@949 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/dnsqueue.cpp | 1 | ||||
-rw-r--r-- | src/inspircd.cpp | 2 |
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: * |