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