mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Minor stylistic updates.
This commit is contained in:
parent
8046f76b30
commit
5de5a56b4a
@ -271,8 +271,8 @@ class ChannelCommands(callbacks.Privmsg):
|
||||
not {op, halfop, voice} capabilities to be the value you give.
|
||||
"""
|
||||
v = privmsgs.getArgs(args)
|
||||
c = ircdb.channels.getChannel(channel)
|
||||
v = v.capitalize()
|
||||
c = ircdb.channels.getChannel(channel)
|
||||
if v == 'True':
|
||||
c.setDefaultCapability(True)
|
||||
elif v == 'False':
|
||||
|
Loading…
Reference in New Issue
Block a user