From 0a72519155920a922a248e86f7c4f2583fdd0ba3 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 5 Sep 2017 06:30:23 -0700 Subject: [PATCH] exttargets.md: bump "as of" PyLink version [skip ci] --- docs/exttargets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/exttargets.md b/docs/exttargets.md index e462fc8..0afc7c0 100644 --- a/docs/exttargets.md +++ b/docs/exttargets.md @@ -2,7 +2,7 @@ In PyLink, **extended targets** or **exttargets** *replace* regular hostmasks with conditional matching based on specific situations. PyLink exttargets are supported by most plugins in the place of `nick!user@host` masks (provided they use the `IRCNetwork.match_host()` API with a user object). -Exttargets were introduced in PyLink 0.9 alongside [Automode](automode.md), with the goal of making user/ACL matching more versatile. As of PyLink 1.2-alpha2, the following exttargets are supported: +Exttargets were introduced in PyLink 0.9 alongside [Automode](automode.md), with the goal of making user/ACL matching more versatile. As of PyLink 2.0-dev, the following exttargets are supported: ### The "$account" target (PyLink 0.9+) Used to match users by their services account.