[Freeciv-Dev] [bug #17223] Odd output when passing unknown server command

2010-12-12 Thread Matthias Pfafferodt

Update of bug #17223 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17223] Odd output when passing unknown server command

2010-12-06 Thread Matthias Pfafferodt

Update of bug #17223 (project freeciv):

  Status:None => Ready For Test 
 Assigned to:None => syntron
 Planned Release: => 2.2.5,2.3.0,2.4.0  

___

Follow-up Comment #1:

This is part of freeciv for a long time. It was last edited 2008 (svn14259;
function cmd_reply_line() in stdinhand.c:299). To change it, the used command
name must be added as argument for some functions (handle_stdin_input_real()
=> cmd_reply() => vcmd_reply_prefix() => cmd_reply_line()).

An easier way would be to add the wrong string to the help text as "Unknown
command '/xyz'. Try '/help'."

summary:

add the unknown command to the output for that case

(file #11488)
___

Additional Item Attachment:

File name:
20101206-trunk-add-the-unknown-command-to-the-output-for-that-case.patch
Size:0 KB


___

Reply to this item at:

  

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #17223] Odd output when passing unknown server command

2010-12-04 Thread Daniel Markstedt

URL:
  

 Summary: Odd output when passing unknown server command
 Project: Freeciv
Submitted by: dmarks
Submitted on: Sun 05 Dec 2010 10:11:34 AM KST
Category: None
Severity: 2 - Minor
Priority: 3 - Low
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: S2_2
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

If you pass an unknown server command, e.g. /foo, the output says:

/(unknown): Unknown command.  Try '/help'.

I'd expect it to say

/foo: Unknown command.  Try '/help'.




___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev