23 __header__ = { |
23 __header__ = { |
24 "name": "IRC Extension Plugin", |
24 "name": "IRC Extension Plugin", |
25 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
25 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", |
26 "autoactivate": True, |
26 "autoactivate": True, |
27 "deactivateable": True, |
27 "deactivateable": True, |
28 "version": "10.x", |
28 "version": "10.0.0", |
29 "className": "IrcExtensionPlugin", |
29 "className": "IrcExtensionPlugin", |
30 "packageName": "ExtensionIrc", |
30 "packageName": "ExtensionIrc", |
31 "shortDescription": "This plug-in adds a widget to communicate via IRC messa", |
31 "shortDescription": "This plug-in adds a widget to communicate via IRC messa", |
32 "longDescription": ( |
32 "longDescription": ( |
33 "This plug-in adds a widget to communicate via IRC messages. It replaces" |
33 "This plug-in adds a widget to communicate via IRC messages. It replaces" |