]> jfr.im git - irc/weechat/scripts.git/commitdiff
arespond.py 0.1.2: fix mixed spaces and tabs for indentation
authorSébastien Helleu <redacted>
Tue, 25 Jan 2022 06:08:56 +0000 (07:08 +0100)
committerSébastien Helleu <redacted>
Tue, 25 Jan 2022 18:21:08 +0000 (19:21 +0100)
python/arespond.py

index 78d92d1754aaa2532c4a92550df50e4ce84ad80e..75463ccf27310c24458aae965167209688cbaa01 100644 (file)
@@ -23,6 +23,8 @@
 #
 # History:
 #
+#  - 2022-01-25, Sébastien Helleu <flashcode@flashtux.org>
+#    0.1.2 - Fix mixed spaces and tabs for indentation
 #  - 2020-09-06, mumixam
 #    0.1.1 - Added supported for python3 while keeping support for python2
 #          - fixed issue with command not being executed in the right buffer
@@ -30,7 +32,7 @@
 
 SCR_NAME    = "arespond"
 SCR_AUTHOR  = "Stephan Huebner <shuebnerfun01@gmx.org>"
-SCR_VERSION = "0.1.1"
+SCR_VERSION = "0.1.2"
 SCR_LICENSE = "GPL3"
 SCR_DESC    = "An autoresponder (sending a notice on other users' messages)"
 SCR_COMMAND = "arespond"
@@ -93,8 +95,8 @@ def fn_command(data, buffer, args):
    return w.WEECHAT_RC_OK
 
 def alert(myString):
-       w.prnt("", myString)
-       return
+   w.prnt("", myString)
+   return
 
 def fn_configchange(data, option, value):
    global settings