Change "Error" to "Notice" when no rooms are found
This commit is contained in:
parent
a5c4e7ec39
commit
2aa8728253
@ -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: '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user