View Issue Details

IDProjectCategoryView StatusLast Update
0002366unrealircdpublic2005-02-25 13:35
Reportervonitsanet Assigned Tocodemastr 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.2.2 
Fixed in Version3.2.3 
Summary0002366: Userip / userhost commands
Description1) If you type /USERIP unreal says:
USERHOST Not enough parameters
I think it should say:
USERIP Not enough parameters

2) If you type /userip nonexistuser
it will not return any error.
It will not say anything at all.

3) If you type /userhost <onexistuser
it will show this:
userhost: <without anything here>
TagsNo tags attached.
3rd party modules

Activities

codemastr

2005-02-25 13:35

reporter   ~0009308

1.) Indeed, This is fixed in .284

2-3.) This isn't a bug, it's a client problem. The client is what displays the "userhost:", not Unreal. If you type /debug on (or whatever command your client uses for debugging), then do /userhost dddd you'll see:
:server.com 302 yournick :
If you type /userip dddd, you'll see:
:server.com 340 yournick :

So if you want it to show "userip:" report the problem to whoever makes the client you use.

Issue History

Date Modified Username Field Change
2005-02-23 08:42 vonitsanet New Issue
2005-02-25 13:35 codemastr Status new => resolved
2005-02-25 13:35 codemastr Fixed in Version => 3.2.3
2005-02-25 13:35 codemastr Resolution open => fixed
2005-02-25 13:35 codemastr Assigned To => codemastr
2005-02-25 13:35 codemastr Note Added: 0009308