From 6f3db18049965c2b46da07e789dea602d85b584c Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 9 Feb 2005 19:46:45 +0000 Subject: [PATCH] Add Weather to setup.py and re-alphabetize the plugin list. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a75093e66..bf3d18f4b 100644 --- a/setup.py +++ b/setup.py @@ -32,8 +32,8 @@ plugins = [ 'Admin', 'Alias', - 'AutoMode', 'Anonymous', + 'AutoMode', 'Babelfish', 'Channel', 'ChannelLogger', @@ -51,19 +51,19 @@ plugins = [ 'Lart', 'Later', 'Math', + 'Misc', 'Network', 'NickCapture', 'Nickometer', 'Note', - 'Misc', 'Owner', 'Plugin', 'Praise', 'Protector', 'Quote', 'QuoteGrabs', - 'Reply', 'Relay', + 'Reply', 'RSS', 'Scheduler', 'Seen', @@ -73,9 +73,10 @@ plugins = [ 'String', 'Time', 'Topic', - 'User', 'URL', + 'User', 'Utilities', + 'Weather', 'Web', ]