diff --git a/plugins/Http.py b/plugins/Http.py index 973ecdfb0..18815dfcc 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -252,7 +252,7 @@ class Http(callbacks.Privmsg): def acronym(self, irc, msg, args): """ - displays the first 5 acronym matches""" + Displays the first 5 matches from acronymfinder.com""" acronym = privmsgs.getArgs(args) try: url = 'http://www.acronymfinder.com/' \