Change "Error" to "Notice" when no rooms are found

This commit is contained in:
HarHar 2013-01-24 20:43:50 -02:00
parent a5c4e7ec39
commit 2aa8728253

View File

@ -97,7 +97,7 @@ class Bot(object):
rooms = self.functions[1]() rooms = self.functions[1]()
if len(rooms) == 0: 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 return
out = 'Currently the Syncplay server hosts viewing sessions as follows: ' out = 'Currently the Syncplay server hosts viewing sessions as follows: '