Added __revision__ strings.

This commit is contained in:
Jeremy Fincher 2003-11-25 08:38:19 +00:00
parent 1687b3f916
commit a4284e7924
21 changed files with 44 additions and 0 deletions

View File

@ -34,6 +34,8 @@ These are commands useful for administrating the bot; they all require their
caller to have the 'admin' capability. This plugin is loaded by default.
"""
__revision__ = "$Id$"
import fix
import time

View File

@ -33,6 +33,8 @@
Miscellaneous commands.
"""
__revision__ = "$Id$"
import fix
import os

View File

@ -34,6 +34,8 @@ Provides commands useful to the owner of the bot; the commands here require
their caller to have the 'owner' capability. This plugin is loaded by default.
"""
__revision__ = "$Id$"
import fix
import gc

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import re

View File

@ -38,6 +38,8 @@ PrivmsgRegexp class. Read their respective docstrings for more information on
how to use them.
"""
__revision__ = "$Id$"
import fix
import re

View File

@ -34,6 +34,8 @@ Database module, similar to dbhash. Uses a format similar to (if not entirely
the same as) DJB's CDB <http://cr.yp.to/cdb.html>.
"""
__revision__ = "$Id$"
import fix
import os

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import sys

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import sys

View File

@ -33,6 +33,8 @@
Contains various drivers (network, file, and otherwise) for using IRC objects.
"""
__revision__ = "$Id$"
import fix
import re

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import os

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import copy

View File

@ -36,6 +36,8 @@ construct such messages in an easier way than the constructor for the IrcMsg
object (which, as you'll read later, is quite...full-featured :))
"""
__revision__ = "$Id$"
import fix
import re

View File

@ -36,6 +36,8 @@ nick class to handle nicks (so comparisons and hashing and whatnot work in an
IRC-case-insensitive fashion), and numerous other things.
"""
__revision__ = "$Id$"
import fix
import re

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import gc
@ -42,6 +44,8 @@ import random
import urllib2
import threading
__revision__ = "$Id$"
import fix
import cdb
import conf

View File

@ -33,6 +33,8 @@
Includes various accessories for callbacks.Privmsg based callbacks.
"""
__revision__ = "$Id$"
import fix
import time

View File

@ -34,6 +34,8 @@ Schedule plugin with a subclass of drivers.IrcDriver in order to be run as a
Supybot driver.
"""
__revision__ = "$Id$"
import fix
import time

View File

@ -35,6 +35,8 @@ Contains simple socket drivers. Asyncore bugged (haha, pun!) me.
from __future__ import division
__revision__ = "$Id$"
import fix
import time

View File

@ -35,6 +35,8 @@ Data structures for Python.
## from __future__ import generators
__revision__ = "$Id$"
import fix
import types

View File

@ -29,6 +29,8 @@
# POSSIBILITY OF SUCH DAMAGE.
###
__revision__ = "$Id$"
import fix
import time

View File

@ -35,6 +35,8 @@ Simple utility functions.
## from __future__ import generators
__revision__ = "$Id$"
import fix
import os

View File

@ -33,6 +33,8 @@
Module for general worldly stuff, like global variables and whatnot.
"""
__revision__ = "$Id$"
import fix
import gc