Add Weather to setup.py and re-alphabetize the plugin list.

This commit is contained in:
James Vega 2005-02-09 19:46:45 +00:00
parent a6973f681c
commit 6f3db18049
1 changed files with 5 additions and 4 deletions

View File

@ -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',
]