From: Jonas Berlin Date: Mon, 9 Nov 2015 11:04:58 +0000 (+0200) Subject: Update slack_complete.pl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c7f3264babc100d0ba819e9daeb4f69cd6183a25;p=irssi-scripts.irssi.org.git Update slack_complete.pl Improved description --- diff --git a/scripts/slack_complete.pl b/scripts/slack_complete.pl index 01e38b6..37179fd 100644 --- a/scripts/slack_complete.pl +++ b/scripts/slack_complete.pl @@ -20,7 +20,7 @@ use vars qw{$VERSION %IRSSI}; authors => 'Morten Lied Johansen, Jonas Berlin', contact => 'mortenjo@ifi.uio.no', license => 'GPL', - description => 'Convert to slack-mention when completing nicks', + description => 'Prefix nicks with @ when completing nicks to match conventions on networks like Slack, Flowdock, Gitter etc', ); # ======[ Hooks ]=======================================================