aboutsummaryrefslogtreecommitdiff
path: root/edit.py
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2022-05-18 12:14:44 +0900
committerA Farzat <a@farzat.xyz>2022-05-18 12:14:44 +0900
commit2e5a91a211714566bb81a388eb1ad0b56d3ea6e3 (patch)
tree164be01eb15d1f1ff405e47c7a587ebef5637e7a /edit.py
parent93cd1115656c93af6b6348efc5d08da140f3022b (diff)
downloadedit-2e5a91a211714566bb81a388eb1ad0b56d3ea6e3.tar.gz
edit-2e5a91a211714566bb81a388eb1ad0b56d3ea6e3.zip
Change the author name
Diffstat (limited to 'edit.py')
-rw-r--r--edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.py b/edit.py
index 661f462..8bff9f4 100644
--- a/edit.py
+++ b/edit.py
@@ -140,7 +140,7 @@ def fenced(data, buf, args):
def main():
- if not weechat.register("edit", "Keith Smiley", "1.0.0", "MIT",
+ if not weechat.register("edit", "A Farzat", "1.0.0", "MIT",
"Open your $EDITOR to compose a message", "", ""):
return weechat.WEECHAT_RC_ERROR