diff --git a/plugins/Admin/__init__.py b/plugins/Admin/__init__.py index fc3f82800..1a915a667 100644 --- a/plugins/Admin/__init__.py +++ b/plugins/Admin/__init__.py @@ -37,6 +37,10 @@ import supybot.world as world __author__ = supybot.authors.jemfinch +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {} diff --git a/plugins/Babelfish/__init__.py b/plugins/Babelfish/__init__.py index bf148c812..6e4c2561f 100644 --- a/plugins/Babelfish/__init__.py +++ b/plugins/Babelfish/__init__.py @@ -34,6 +34,10 @@ Babelfish-related commands. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jamessan # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Channel/__init__.py b/plugins/Channel/__init__.py index 003ae8bcb..93d8e9c57 100644 --- a/plugins/Channel/__init__.py +++ b/plugins/Channel/__init__.py @@ -35,6 +35,10 @@ to have the .op capability. This plugin is loaded by default. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Config/__init__.py b/plugins/Config/__init__.py index 37f9b5dc7..27bdd84ea 100644 --- a/plugins/Config/__init__.py +++ b/plugins/Config/__init__.py @@ -34,6 +34,10 @@ Handles configuration of the bot while it is running. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Dict/__init__.py b/plugins/Dict/__init__.py index eef9bb99f..390bcc68a 100644 --- a/plugins/Dict/__init__.py +++ b/plugins/Dict/__init__.py @@ -34,6 +34,10 @@ Commands that use the dictd protocol to define word. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Filter/__init__.py b/plugins/Filter/__init__.py index 8a1b6d6ac..9d93d487b 100644 --- a/plugins/Filter/__init__.py +++ b/plugins/Filter/__init__.py @@ -35,6 +35,10 @@ the output of the bot. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Format/__init__.py b/plugins/Format/__init__.py index 4757b9046..465a01530 100644 --- a/plugins/Format/__init__.py +++ b/plugins/Format/__init__.py @@ -34,6 +34,10 @@ Provides simple commands for formatting text on IRC. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Herald/__init__.py b/plugins/Herald/__init__.py index 1bd82a630..ff099ea26 100644 --- a/plugins/Herald/__init__.py +++ b/plugins/Herald/__init__.py @@ -35,6 +35,10 @@ little greeting. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Math/__init__.py b/plugins/Math/__init__.py index eb0859178..78e1360cf 100644 --- a/plugins/Math/__init__.py +++ b/plugins/Math/__init__.py @@ -34,6 +34,10 @@ Various math-related commands. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Misc/__init__.py b/plugins/Misc/__init__.py index 0fcecb8ff..7b1e61a43 100644 --- a/plugins/Misc/__init__.py +++ b/plugins/Misc/__init__.py @@ -34,6 +34,10 @@ Miscellaneous commands. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Network/__init__.py b/plugins/Network/__init__.py index 28cc37784..2ac09cb8e 100644 --- a/plugins/Network/__init__.py +++ b/plugins/Network/__init__.py @@ -35,6 +35,10 @@ networks, as well as several other utility functions related to IRC networks. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Owner/__init__.py b/plugins/Owner/__init__.py index 6f5c21bac..ff4df09fd 100644 --- a/plugins/Owner/__init__.py +++ b/plugins/Owner/__init__.py @@ -35,6 +35,10 @@ their caller to have the 'owner' capability. This plugin is loaded by default. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Status/__init__.py b/plugins/Status/__init__.py index 9784e7f78..267c785b6 100644 --- a/plugins/Status/__init__.py +++ b/plugins/Status/__init__.py @@ -35,6 +35,10 @@ current status and statistics. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/User/__init__.py b/plugins/User/__init__.py index 6e0a569ad..5a7cee62f 100644 --- a/plugins/User/__init__.py +++ b/plugins/User/__init__.py @@ -34,6 +34,10 @@ Provides commands useful to users in general. This plugin is loaded by default. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of diff --git a/plugins/Utilities/__init__.py b/plugins/Utilities/__init__.py index 78fda2844..ef8b4c753 100644 --- a/plugins/Utilities/__init__.py +++ b/plugins/Utilities/__init__.py @@ -34,6 +34,10 @@ Various utility commands, mostly useful for manipulating nested commands. import supybot import supybot.world as world +# Use this for the version of this plugin. You may wish to put a CVS keyword +# in here if you\'re keeping the plugin in CVS or some similar system. +__version__ = "%%VERSION%%" + __author__ = supybot.authors.jemfinch # This is a dictionary mapping supybot.Author instances to lists of