summaryrefslogtreecommitdiff
path: root/src/nickalias.cpp
blob: a8ae405c0014936bc30fe2ce2f54614217a22dd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "services.h"

NickAlias::NickAlias()
{
	next = prev = NULL;
	nick = last_quit = last_realname = last_usermask = NULL;
	time_registered = last_seen = 0;
	status = 0;
	nc = NULL;
}