Beispiel #1
0
 def predicate(ctx):
     if check_inviteset(ctx):
         if check_citychannel(ctx):
             return True
         else:
             raise errors.CityChannelCheckFail()
     else:
         raise errors.InviteSetCheckFail()
Beispiel #2
0
 def predicate(ctx):
     if check_citychannel(ctx):
         return True
     raise errors.CityChannelCheckFail()