1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 12:23:13 +02:00
This commit is contained in:
stskeeps
2000-08-22 15:30:56 +00:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -571,3 +571,6 @@
- Fixed ban merging/similar bug in SJOIN
- Made /kick for opers only be possible for netadmin/techadmin
- Fixed /server so it doesnt support SERVER name :info anymore..
[ this is 4.0 ]
- Fixed /userhost showing "unknown" as username for a lot of people
+1 -1
View File
@@ -4049,7 +4049,7 @@ int m_userhost(cptr, sptr, parc, parv)
acptr->name,
IsAnOper(acptr) ? "*" : "",
(acptr->user->away) ? '-' : '+',
acptr->username,
acptr->user->username,
((acptr != sptr) && !IsOper(sptr)
&& IsHidden(acptr) ? acptr->user->virthost :
acptr->user->realhost));