Follow-up Comment #6, patch #1297 (project freeciv):

a better syntax could be:

ignore add player <player>
=> saved in plr->ignored_player

ignore add [address|hostname|username] <pattern>
=> saved in a new list plr->ignored_pattern(type, pattern)

ignore del <id>

ignore list
=> results in a table like
id |  type    | value
---+----------+--------------
 1 | player   | <player>
 2 | address  | 123.123.123.123
 3 | hostname | *.abc.com
 4 | username | me*
---+----------+--------------

comments?

I did look into the warclient code but the ignore command seems to depend on
some other code ...

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?1297>

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


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

Reply via email to