From 912092425248f7fc5155b4c7c46b7d00ec2676bc Mon Sep 17 00:00:00 2001 From: wazlaf Date: Fri, 20 Sep 2002 23:28:14 +0000 Subject: support for client commands (only /join implemented so far), crash bugfix, fixed 2 leaks, server browser now includes a channel list --- (limited to 'noncore/net/opieirc/ircchannel.cpp') diff --git a/noncore/net/opieirc/ircchannel.cpp b/noncore/net/opieirc/ircchannel.cpp index 71ec03b..9814a26 100644 --- a/noncore/net/opieirc/ircchannel.cpp +++ b/noncore/net/opieirc/ircchannel.cpp @@ -6,6 +6,11 @@ IRCChannel::IRCChannel(QString channelname) { m_channelname = channelname; } +IRCChannel::~IRCChannel() { + /* We want this to get deleted */ + m_people.setAutoDelete(TRUE); +} + QString IRCChannel::channelname() { return m_channelname; } -- cgit v0.9.0.2