Website: Add #supybot to the list of allowed channels.

master
Valentin Lorentz 2013-01-04 15:05:48 +00:00
parent f1c15527a5
commit e04e70a565
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ class Website(callbacks.Plugin):
name = 'Unnamed paste'
channel = form['channel'].value
lexer = form['lexer'].value
assert channel in ('#limnoria', '#progval')
assert channel in ('#limnoria', '#progval', '#supybot')
for irc in world.ircs:
if irc.network == 'freenode':
assert channel in irc.state.channels