1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 12:53:14 +02:00

Add nickalias to build. Also stop sstrdup on args that seem to be NULL, it's getting ripped out anyway.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2109 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-18 23:01:43 +00:00
parent bcb857f118
commit 12cc633457
4 changed files with 17 additions and 11 deletions
+11
View File
@@ -0,0 +1,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;
}