added support for op+3 icons

This commit is contained in:
TingPing
2012-11-02 00:54:27 -04:00
parent 64f1a43d07
commit da43158772
11 changed files with 21 additions and 8 deletions

View File

@@ -96,8 +96,9 @@ get_user_icon (server *serv, struct User *user)
{
case 0: return pix_red; /* 1 level above op */
case 1: return pix_purple; /* 2 levels above op */
case 2: return pix_orange; /* 3 levels above op */
}
break; /* 3+, no icons */
break; /* 4+, no icons */
}
level++;
if (pre == serv->nick_prefixes)