summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2016-05-29 21:29:36 +0200
committerDico200 <dico.karssiens@gmail.com>2016-05-29 21:29:36 +0200
commita0a7d43a3820b8daeede9b0b85a8a2f5a19c122d (patch)
treeb8ec02859b7d722f5be84086859e73a38305e002
parent8e4f30a017650fc103ccf580aba37986728abd64 (diff)
Tweak comment above imbusy, removed credits, removed a useless comment with an old line of code
-rw-r--r--imbusy.py22
1 files 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