diff options
author | Patrick Spek <p.spek@tyil.nl> | 2019-09-24 16:50:50 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2019-09-24 16:50:50 +0200 |
commit | 5b286878ee3563c9c359548d863cc2cf9a67a5ac (patch) | |
tree | 7fd55f8edc031d4c4d05262b0ae16e51e49475b2 | |
parent | 6f7166deb918f2e8710158b4995045c4c7e5f663 (diff) | |
download | IRC::Client::Plugin::NickServ-5b286878ee3563c9c359548d863cc2cf9a67a5ac.tar.gz IRC::Client::Plugin::NickServ-5b286878ee3563c9c359548d863cc2cf9a67a5ac.tar.bz2 |
Attempt to make the plugin reclaim the desired nick if possible
-rw-r--r-- | META6.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ { + "api": "0", "authors": "Patrick Spek <p.spek@tyil.work>", "depends": [ "Config", @@ -18,5 +19,5 @@ "tags": [ ], - "version": "0.1.0" + "version": "0.2.0" }
\ No newline at end of file |