(int color)
| 165 | |
| 166 | //#if NICK_COLORS |
| 167 | public static int strong(int color) { |
| 168 | if (color==getColor(MESSAGE_IN)) { |
| 169 | return getColor(MESSAGE_IN_S); |
| 170 | } else if (color==getColor(MESSAGE_OUT)) { |
| 171 | return getColor(MESSAGE_OUT_S); |
| 172 | } else if (color==getColor(MESSAGE_PRESENCE)) { |
| 173 | return getColor(MESSAGE_PRESENCE_S); |
| 174 | } |
| 175 | return color; |
| 176 | } |
| 177 | //#endif |
| 178 | /* |
| 179 | static class ColorItem { |