]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Gracefully handle multiple Channel::CheckDestroy() calls on the same object
authorAttila Molnar <attilamolnar@hush.com>
Fri, 16 Jan 2015 09:58:28 +0000 (10:58 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Fri, 16 Jan 2015 09:58:28 +0000 (10:58 +0100)
commit30610582c750b4c62f2ae74d1396c1e5d1a5d7bc
tree388f593affdae56b321f2a4984c8237bf2568df9
parent66221de4b6cca64692c84eabfe0b81cabdbd00bc
Gracefully handle multiple Channel::CheckDestroy() calls on the same object

Don't add the channel to the cull list more than once
src/channels.cpp