mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +01:00
ircdb.py: Use a more concise return statement
This commit is contained in:
parent
ad25afa900
commit
0d4ff7f3dc
@ -1,5 +1,6 @@
|
||||
###
|
||||
# Copyright (c) 2002-2005, Jeremiah Fincher
|
||||
# Copyright (c) 2009, James Vega
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@ -1062,10 +1063,7 @@ def checkCapabilities(hostmask, capabilities, requireAll=False):
|
||||
else:
|
||||
if checkCapability(hostmask, capability):
|
||||
return True
|
||||
if requireAll:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return requireAll
|
||||
|
||||
###
|
||||
# supybot.capabilities
|
||||
|
Loading…
Reference in New Issue
Block a user