diff options
author | A Farzat <a@farzat.xyz> | 2022-05-18 12:14:44 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2022-05-18 12:14:44 +0900 |
commit | 2e5a91a211714566bb81a388eb1ad0b56d3ea6e3 (patch) | |
tree | 164be01eb15d1f1ff405e47c7a587ebef5637e7a /edit.py | |
parent | 93cd1115656c93af6b6348efc5d08da140f3022b (diff) | |
download | edit-2e5a91a211714566bb81a388eb1ad0b56d3ea6e3.tar.gz edit-2e5a91a211714566bb81a388eb1ad0b56d3ea6e3.zip |
Change the author name
Diffstat (limited to 'edit.py')
-rw-r--r-- | edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |