diff options
| author | 2014-01-24 13:12:40 +0100 | |
|---|---|---|
| committer | 2014-01-24 13:12:40 +0100 | |
| commit | 8537a54950a3767e54c0119a819e1ba8f8bced9e (patch) | |
| tree | c4e743c03ca8b465b306794e8049b37aa48a8871 /src/users.cpp | |
| parent | cmd_invite Fix incorrect parameter being passed to InspIRCd::Duration() (diff) | |
| download | inspircd++-8537a54950a3767e54c0119a819e1ba8f8bced9e.tar.gz inspircd++-8537a54950a3767e54c0119a819e1ba8f8bced9e.tar.bz2 inspircd++-8537a54950a3767e54c0119a819e1ba8f8bced9e.zip | |
Remove classbase inheritance from Invitation
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 6ec46883f..32ae87389 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -156,7 +156,6 @@ bool LocalUser::RemoveInvite(Channel* chan) Invitation* inv = Invitation::Find(chan, this); if (inv) { - inv->cull(); delete inv; return true; } |
