diff options
author | RichardHitt <rbh00@netcom.com> | 2013-03-24 01:31:04 -0700 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-03-24 01:31:04 -0700 |
commit | b693c58e9f978a3f708784d50869c8420451fcf1 (patch) | |
tree | 00bfd0e94d35d0ffdcaa663331d76e0bc82f7524 /src/fe-gtk/banlist.h | |
parent | 7863bc71f8323ddd71ac766b4e4f87d816f92d5a (diff) | |
parent | 3dacb89ea12e89ee56081a38401544f41638bfcf (diff) |
Merge pull request #467 from TingPing/bancol
Add type column to banlist
Diffstat (limited to 'src/fe-gtk/banlist.h')
-rw-r--r-- | src/fe-gtk/banlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/banlist.h b/src/fe-gtk/banlist.h index 40316024..0fabc605 100644 --- a/src/fe-gtk/banlist.h +++ b/src/fe-gtk/banlist.h @@ -28,7 +28,7 @@ typedef struct banlist_info_s banlist_info; typedef struct mode_info_s { char *name; /* Checkbox name, e.g. "Bans" */ - char *tag; /* Prefix line with this, e.g. "(EX) " for MODE_EXEMPT */ + char *type; /* Type for type column, e.g. "Ban" */ char letter; /* /mode-command letter, e.g. 'b' for MODE_BAN */ int code; /* rfc RPL_foo code, e.g. 367 for RPL_BANLIST */ int endcode; /* rfc RPL_ENDOFfoo code, e.g. 368 for RPL_ENDOFBANLIST */ |