From a0a7d43a3820b8daeede9b0b85a8a2f5a19c122d Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sun, 29 May 2016 21:29:36 +0200 Subject: Tweak comment above imbusy, removed credits, removed a useless comment with an old line of code --- imbusy.py | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/imbusy.py b/imbusy.py index 05049c5..ec6c57b 100644 --- a/imbusy.py +++ b/imbusy.py @@ -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 -- cgit v1.2.3