mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 12:23:13 +02:00
..
This commit is contained in:
@@ -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
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user