mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Added __revision__ strings.
This commit is contained in:
parent
1687b3f916
commit
a4284e7924
@ -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.
|
caller to have the 'admin' capability. This plugin is loaded by default.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
Miscellaneous commands.
|
Miscellaneous commands.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -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.
|
their caller to have the 'owner' capability. This plugin is loaded by default.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -38,6 +38,8 @@ PrivmsgRegexp class. Read their respective docstrings for more information on
|
|||||||
how to use them.
|
how to use them.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -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>.
|
the same as) DJB's CDB <http://cr.yp.to/cdb.html>.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
Contains various drivers (network, file, and otherwise) for using IRC objects.
|
Contains various drivers (network, file, and otherwise) for using IRC objects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
@ -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 :))
|
object (which, as you'll read later, is quite...full-featured :))
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -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.
|
IRC-case-insensitive fashion), and numerous other things.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
@ -42,6 +44,8 @@ import random
|
|||||||
import urllib2
|
import urllib2
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
import cdb
|
import cdb
|
||||||
import conf
|
import conf
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
Includes various accessories for callbacks.Privmsg based callbacks.
|
Includes various accessories for callbacks.Privmsg based callbacks.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -34,6 +34,8 @@ Schedule plugin with a subclass of drivers.IrcDriver in order to be run as a
|
|||||||
Supybot driver.
|
Supybot driver.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -35,6 +35,8 @@ Contains simple socket drivers. Asyncore bugged (haha, pun!) me.
|
|||||||
|
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -35,6 +35,8 @@ Data structures for Python.
|
|||||||
|
|
||||||
## from __future__ import generators
|
## from __future__ import generators
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import types
|
import types
|
||||||
|
@ -29,6 +29,8 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
###
|
###
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
@ -35,6 +35,8 @@ Simple utility functions.
|
|||||||
|
|
||||||
## from __future__ import generators
|
## from __future__ import generators
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
Module for general worldly stuff, like global variables and whatnot.
|
Module for general worldly stuff, like global variables and whatnot.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
import fix
|
import fix
|
||||||
|
|
||||||
import gc
|
import gc
|
||||||
|
Loading…
Reference in New Issue
Block a user