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 = [ plugins = [
'Admin', 'Admin',
'Alias', 'Alias',
'AutoMode',
'Anonymous', 'Anonymous',
'AutoMode',
'Babelfish', 'Babelfish',
'Channel', 'Channel',
'ChannelLogger', 'ChannelLogger',
@ -51,19 +51,19 @@ plugins = [
'Lart', 'Lart',
'Later', 'Later',
'Math', 'Math',
'Misc',
'Network', 'Network',
'NickCapture', 'NickCapture',
'Nickometer', 'Nickometer',
'Note', 'Note',
'Misc',
'Owner', 'Owner',
'Plugin', 'Plugin',
'Praise', 'Praise',
'Protector', 'Protector',
'Quote', 'Quote',
'QuoteGrabs', 'QuoteGrabs',
'Reply',
'Relay', 'Relay',
'Reply',
'RSS', 'RSS',
'Scheduler', 'Scheduler',
'Seen', 'Seen',
@ -73,9 +73,10 @@ plugins = [
'String', 'String',
'Time', 'Time',
'Topic', 'Topic',
'User',
'URL', 'URL',
'User',
'Utilities', 'Utilities',
'Weather',
'Web', 'Web',
] ]