diff options
Diffstat (limited to 'src/room.py')
-rw-r--r-- | src/room.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/room.py b/src/room.py index bcd302a8..8cd7a0f8 100644 --- a/src/room.py +++ b/src/room.py @@ -90,7 +90,7 @@ class Room(object): for word in highlight_words: if word.lower() in txt.lower() and word != '': self.set_color_state(13) - color = 3 + color = 2 break self.messages.append(Message(txt, time, nickname, user, color)) |