diff options
author | Adam <Adam@Anope.org> | 2010-05-24 23:36:40 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 21:04:05 -0400 |
commit | 2fba686904e6f78ebab35df171c5757afeebf05d (patch) | |
tree | 523782bccc479606206f271cd6708b2f70fe8278 /src/nickcore.cpp | |
parent | 3a2c2a916a26f4fa1844e71a9f1c2fc25337fd2b (diff) |
Burned slist, rewrote operservs XLine code
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index 3becf8ab4..cf92b0b3d 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -16,7 +16,6 @@ NickCore::NickCore(const std::string &coredisplay) lastmail = 0; this->display = sstrdup(coredisplay.c_str()); - slist_init(&this->aliases); /* Set default nick core flags */ for (size_t t = NI_BEGIN + 1; t != NI_END; ++t) |