From 2aa872825347a34bede0042d78522dc701c650d6 Mon Sep 17 00:00:00 2001 From: HarHar Date: Thu, 24 Jan 2013 20:43:50 -0200 Subject: [PATCH] Change "Error" to "Notice" when no rooms are found --- syncplay/ircBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ircBot.py b/syncplay/ircBot.py index 656fbbb..accc321 100644 --- a/syncplay/ircBot.py +++ b/syncplay/ircBot.py @@ -97,7 +97,7 @@ class Bot(object): rooms = self.functions[1]() if len(rooms) == 0: - self.msg(to, chr(3) + '5Error!' + chr(15) + ' No rooms found on server') + self.msg(to, chr(3) + '12Notice:' + chr(15) + ' No rooms found on server') return out = 'Currently the Syncplay server hosts viewing sessions as follows: '