Tweak comment above imbusy, removed credits, removed a useless comment with an old line of code

This commit is contained in:
Dico200
2016-05-29 21:29:36 +02:00
parent 8e4f30a017
commit a0a7d43a38

View File

@@ -1,15 +1,12 @@
##################################
# I'M BUSY! Plugin by Curs3d #
# Concept by CookieManors :D #
##################################
# This plugin permits users to #
# send a command that renders #
# them "busy", not letting them #
# to get tpa requests or direct #
# messages, except from console. #
# On restart, all busy data will #
# be cleared. #
##################################
"""
This plugin permits users to
send a command that renders
them "busy", not letting them
to get tpa requests or direct
messages, except from console.
On restart, all busy data will
be cleared.
"""
from helpers import *
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!")
#args = array_to_list(args)
if not sender.hasPermission(base_permission):
noperm(sender)
return True