1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-28 21:46:38 +02:00

fixed some bugs

This commit is contained in:
codemastr
2000-11-05 20:29:54 +00:00
parent 41e02c72a0
commit f97882d2bb
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -684,3 +684,4 @@
thanks [Real]
- Added burst.c in extras/
- Moved lopt and whowas to anUser (saves 8 bytes for every server)
- Removed aClient->history, not used (saves 4 bytes for every user/server)
+2
View File
@@ -188,6 +188,8 @@ anUser *make_user(cptr)
user->invited = NULL;
user->silence = NULL;
user->server = NULL;
user->lopt = NULL;
user->whowas = NULL;
user->virthost = MyMalloc(5);
*user->virthost = '\0';
cptr->user = user;