summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/slack_complete.pl2
1 files changed, 1 insertions, 1 deletions
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 ]=======================================================