mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
whops. broke it accidentally.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@427 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e4a63db280
commit
4737da10a1
@ -164,8 +164,10 @@ static void statusbar_nick(SBAR_ITEM_REC *item, int ypos)
|
|||||||
move(ypos, item->xpos);
|
move(ypos, item->xpos);
|
||||||
|
|
||||||
set_color((1 << 4)+3); addch('[');
|
set_color((1 << 4)+3); addch('[');
|
||||||
if (nickrec != NULL && (nickrec->op || nickrec->voice))
|
if (nickrec != NULL && (nickrec->op || nickrec->voice)) {
|
||||||
set_color((1 << 4)+15); addch(nickrec->op ? '@' : '+');
|
set_color((1 << 4)+15);
|
||||||
|
addch(nickrec->op ? '@' : '+');
|
||||||
|
}
|
||||||
set_color((1 << 4)+7); addstr(nick);
|
set_color((1 << 4)+7); addstr(nick);
|
||||||
if (umode_size) {
|
if (umode_size) {
|
||||||
set_color((1 << 4)+15); addch('(');
|
set_color((1 << 4)+15); addch('(');
|
||||||
|
Loading…
Reference in New Issue
Block a user