From 3f720784d55707024fff675a5238fde0168d1a40 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 15 Nov 2001 14:52:43 +0000 Subject: More work into TaskMan... --- lib/IRC.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/IRC.cc') diff --git a/lib/IRC.cc b/lib/IRC.cc index 3dfa1d1..bb7cbb6 100644 --- a/lib/IRC.cc +++ b/lib/IRC.cc @@ -158,9 +158,9 @@ ircmsg_t ircmsgs[MSG_COUNT] = { "ERR_USERSDONTMATCH", ERR_USERSDONTMATCH }, }; -Channel * Channel::start = NULL; +Channel * Channel::start = 0; -Channel::Channel(const String & Name, const String & Key) : next(NULL), prev(NULL) { +Channel::Channel(const String & Name, const String & Key) : next(0), prev(0) { next = start->next; prev = start; start = this; -- cgit v1.2.3