Tweak comment above imbusy, removed credits, removed a useless comment with an old line of code
This commit is contained in:
22
imbusy.py
22
imbusy.py
@@ -1,15 +1,12 @@
|
|||||||
##################################
|
"""
|
||||||
# I'M BUSY! Plugin by Curs3d #
|
This plugin permits users to
|
||||||
# Concept by CookieManors :D #
|
send a command that renders
|
||||||
##################################
|
them "busy", not letting them
|
||||||
# This plugin permits users to #
|
to get tpa requests or direct
|
||||||
# send a command that renders #
|
messages, except from console.
|
||||||
# them "busy", not letting them #
|
On restart, all busy data will
|
||||||
# to get tpa requests or direct #
|
be cleared.
|
||||||
# messages, except from console. #
|
"""
|
||||||
# On restart, all busy data will #
|
|
||||||
# be cleared. #
|
|
||||||
##################################
|
|
||||||
|
|
||||||
from helpers import *
|
from helpers import *
|
||||||
from friends import is_friend_of
|
from friends import is_friend_of
|
||||||
@@ -37,7 +34,6 @@ def on_busy_command(sender, cmd, label, args):
|
|||||||
|
|
||||||
plugin_header(recipient = sender, name = "I'M BUSY!")
|
plugin_header(recipient = sender, name = "I'M BUSY!")
|
||||||
|
|
||||||
#args = array_to_list(args)
|
|
||||||
if not sender.hasPermission(base_permission):
|
if not sender.hasPermission(base_permission):
|
||||||
noperm(sender)
|
noperm(sender)
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user