From 924d48ebad9efcad573d1e067367597c5fdcc012 Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 3 Apr 2003 05:48:04 +0000 Subject: [PATCH] Prettified acronym's morehelp --- plugins/Http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' \