mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Fix the modelines.
This commit is contained in:
parent
d56aaea1cf
commit
9971e991fe
@ -45,4 +45,4 @@ Admin = conf.registerPlugin('Admin')
|
|||||||
# conf.registerGlobalValue(Admin, 'someConfigVariableName',
|
# conf.registerGlobalValue(Admin, 'someConfigVariableName',
|
||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -331,4 +331,4 @@ class Admin(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Admin
|
Class = Admin
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -113,5 +113,5 @@ class AdminTestCase(PluginTestCase):
|
|||||||
self.assertError('admin addcapability %s owner' % self.nick)
|
self.assertError('admin addcapability %s owner' % self.nick)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -41,4 +41,4 @@ def configure(advanced):
|
|||||||
Alias = conf.registerPlugin('Alias')
|
Alias = conf.registerPlugin('Alias')
|
||||||
conf.registerGroup(Alias, 'aliases')
|
conf.registerGroup(Alias, 'aliases')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -303,4 +303,4 @@ class Alias(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Alias
|
Class = Alias
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -121,4 +121,4 @@ class AliasTestCase(ChannelPluginTestCase):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -60,4 +60,4 @@ conf.registerGlobalValue(conf.supybot.plugins.Anonymous, 'allowPrivateTarget',
|
|||||||
other users."""))
|
other users."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -93,4 +93,4 @@ class Anonymous(callbacks.Plugin):
|
|||||||
Class = Anonymous
|
Class = Anonymous
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -53,4 +53,4 @@ class AnonymousTestCase(ChannelPluginTestCase):
|
|||||||
conf.supybot.plugins.Anonymous.requireRegistration.setValue(orig)
|
conf.supybot.plugins.Anonymous.requireRegistration.setValue(orig)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -59,4 +59,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -66,4 +66,4 @@ conf.registerChannelValue(AutoMode.ban, 'period',
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -85,4 +85,4 @@ class AutoMode(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = AutoMode
|
Class = AutoMode
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -33,4 +33,4 @@ class AutoModeTestCase(PluginTestCase):
|
|||||||
plugins = ('AutoMode',)
|
plugins = ('AutoMode',)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -78,4 +78,4 @@ conf.registerChannelValue(Channel, 'banmask',
|
|||||||
default banmask style."""))
|
default banmask style."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -802,4 +802,4 @@ class Channel(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Channel
|
Class = Channel
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -186,5 +186,5 @@ class ChannelTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNotError('channel ignore remove foo!bar@baz')
|
self.assertNotError('channel ignore remove foo!bar@baz')
|
||||||
self.assertError('ban add not!a.hostmask')
|
self.assertError('ban add not!a.hostmask')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -84,4 +84,4 @@ conf.registerGlobalValue(ChannelLogger.timestamp, 'format',
|
|||||||
the directory stucture for channel logs if
|
the directory stucture for channel logs if
|
||||||
supybot.plugins.ChannelLogger.directories.timestamp is True."""))
|
supybot.plugins.ChannelLogger.directories.timestamp is True."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -259,4 +259,4 @@ class ChannelLogger(callbacks.Plugin):
|
|||||||
|
|
||||||
|
|
||||||
Class = ChannelLogger
|
Class = ChannelLogger
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -33,4 +33,4 @@ class ChannelLoggerTestCase(PluginTestCase):
|
|||||||
plugins = ('ChannelLogger',)
|
plugins = ('ChannelLogger',)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -59,4 +59,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -66,4 +66,4 @@ conf.registerChannelValue(ChannelStats, 'frowns',
|
|||||||
(i.e., pieces of text with no spaces in them ) are considered 'frowns' for
|
(i.e., pieces of text with no spaces in them ) are considered 'frowns' for
|
||||||
the purposes of stats-keeping."""))
|
the purposes of stats-keeping."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -304,4 +304,4 @@ class ChannelStats(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = ChannelStats
|
Class = ChannelStats
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -76,5 +76,5 @@ class ChannelStatsTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNotRegexp('stats sweede', 'KeyError')
|
self.assertNotRegexp('stats sweede', 'KeyError')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -45,4 +45,4 @@ Config = conf.registerPlugin('Config')
|
|||||||
# conf.registerGlobalValue(Config, 'someConfigVariableName',
|
# conf.registerGlobalValue(Config, 'someConfigVariableName',
|
||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -263,4 +263,4 @@ class Config(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Config
|
Class = Config
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -79,5 +79,5 @@ class ConfigTestCase(ChannelPluginTestCase):
|
|||||||
'True or False')
|
'True or False')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -56,4 +56,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -65,4 +65,4 @@ conf.registerGlobalValue(conf.supybot.abuse.flood.ctcp, 'punishment',
|
|||||||
registry.PositiveInteger(300, """Determines how many seconds the bot will
|
registry.PositiveInteger(300, """Determines how many seconds the bot will
|
||||||
ignore CTCP messages from users who flood it with CTCP messages."""))
|
ignore CTCP messages from users who flood it with CTCP messages."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -149,4 +149,4 @@ class Ctcp(callbacks.PluginRegexp):
|
|||||||
version = wrap(version, ['channel', getopts({'nicks':''})])
|
version = wrap(version, ['channel', getopts({'nicks':''})])
|
||||||
|
|
||||||
Class = Ctcp
|
Class = Ctcp
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -33,5 +33,5 @@ class CtcpTestCase(PluginTestCase):
|
|||||||
plugins = ('Ctcp',)
|
plugins = ('Ctcp',)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -55,4 +55,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -47,4 +47,4 @@ conf.registerChannelValue(Dict, 'default',
|
|||||||
ask for definitions in. If this value is '*' (without the quotes) the bot
|
ask for definitions in. If this value is '*' (without the quotes) the bot
|
||||||
will use all dictionaries to define words."""))
|
will use all dictionaries to define words."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -121,4 +121,4 @@ class Dict(callbacks.Plugin):
|
|||||||
Class = Dict
|
Class = Dict
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -44,4 +44,4 @@ class DictTestCase(PluginTestCase):
|
|||||||
self.assertNotError('random')
|
self.assertNotError('random')
|
||||||
self.assertNotError('dict [random] moo')
|
self.assertNotError('dict [random] moo')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -56,4 +56,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -54,4 +54,4 @@ def configure(advanced):
|
|||||||
from supybot.questions import expect, anything, something, yn
|
from supybot.questions import expect, anything, something, yn
|
||||||
conf.registerPlugin('Filter', True)
|
conf.registerPlugin('Filter', True)
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -613,4 +613,4 @@ class Filter(callbacks.Plugin):
|
|||||||
Class = Filter
|
Class = Filter
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -166,4 +166,4 @@ class FilterTest(ChannelPluginTestCase):
|
|||||||
self.assertResponse('shrink internationalization, localization',
|
self.assertResponse('shrink internationalization, localization',
|
||||||
'i18n, l10n')
|
'i18n, l10n')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -55,4 +55,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -45,4 +45,4 @@ Format = conf.registerPlugin('Format')
|
|||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79
|
||||||
|
@ -190,4 +190,4 @@ class Format(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Format
|
Class = Format
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -86,4 +86,4 @@ class FormatTestCase(PluginTestCase):
|
|||||||
self.assertResponse('field 2 foo bar baz', 'bar')
|
self.assertResponse('field 2 foo bar baz', 'bar')
|
||||||
self.assertResponse('field -1 foo bar baz', 'baz')
|
self.assertResponse('field -1 foo bar baz', 'baz')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -57,4 +57,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -42,4 +42,4 @@ def configure(advanced):
|
|||||||
Games = conf.registerPlugin('Games')
|
Games = conf.registerPlugin('Games')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -166,4 +166,4 @@ class Games(callbacks.Plugin):
|
|||||||
Class = Games
|
Class = Games
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -54,4 +54,4 @@ class GamesTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNotError('eightball ab')
|
self.assertNotError('eightball ab')
|
||||||
self.assertNotError('eightball abc')
|
self.assertNotError('eightball abc')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -3974,4 +3974,4 @@ class SOAPServer(SocketServer.TCPServer):
|
|||||||
def registerKWFunction(self, function, namespace = '', funcName = None):
|
def registerKWFunction(self, function, namespace = '', funcName = None):
|
||||||
self.registerFunction(MethodSig(function,keywords=1), namespace,
|
self.registerFunction(MethodSig(function,keywords=1), namespace,
|
||||||
funcName)
|
funcName)
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -57,4 +57,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -133,4 +133,4 @@ conf.registerGlobalValue(Google.state, 'time',
|
|||||||
spent searching for this bot. You shouldn't modify this."""))
|
spent searching for this bot. You shouldn't modify this."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -411,4 +411,4 @@ class Google(callbacks.PluginRegexp):
|
|||||||
Class = Google
|
Class = Google
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -117,4 +117,4 @@ class GoogleTestCase(ChannelPluginTestCase):
|
|||||||
self.assertNotError('google stats')
|
self.assertNotError('google stats')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -56,4 +56,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -65,4 +65,4 @@ conf.registerChannelValue(Herald.default, 'public',
|
|||||||
registry.Boolean(False, """Determines whether the default herald will be
|
registry.Boolean(False, """Determines whether the default herald will be
|
||||||
sent publicly."""))
|
sent publicly."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -227,4 +227,4 @@ class Herald(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Herald
|
Class = Herald
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -33,5 +33,5 @@ class HeraldTestCase(PluginTestCase):
|
|||||||
plugins = ('Herald',)
|
plugins = ('Herald',)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -45,4 +45,4 @@ Internet = conf.registerPlugin('Internet')
|
|||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -170,4 +170,4 @@ class Internet(callbacks.Plugin):
|
|||||||
Class = Internet
|
Class = Internet
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -46,4 +46,4 @@ class InternetTestCase(PluginTestCase):
|
|||||||
self.assertNotError('internet whois inria.fr')
|
self.assertNotError('internet whois inria.fr')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -59,4 +59,4 @@ conf.registerChannelValue(conf.supybot.plugins.Karma, 'allowUnaddressedKarma',
|
|||||||
registry.Boolean(False, """Determines whether the bot will
|
registry.Boolean(False, """Determines whether the bot will
|
||||||
increase/decrease karma without being addressed."""))
|
increase/decrease karma without being addressed."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -398,4 +398,4 @@ class Karma(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Karma
|
Class = Karma
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -208,4 +208,4 @@ if sqlite is not None:
|
|||||||
karma.response.setValue(resp)
|
karma.response.setValue(resp)
|
||||||
karma.allowUnaddressedKarma.setValue(unaddressed)
|
karma.allowUnaddressedKarma.setValue(unaddressed)
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -48,4 +48,4 @@ conf.registerChannelValue(Lart, 'showIds',
|
|||||||
a lart when the lart is given."""))
|
a lart when the lart is given."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -87,4 +87,4 @@ class Lart(plugins.ChannelIdDatabasePlugin):
|
|||||||
|
|
||||||
Class = Lart
|
Class = Lart
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -38,4 +38,4 @@ class LartTestCase(PluginTestCase):
|
|||||||
def testPraise(self):
|
def testPraise(self):
|
||||||
self.assertError('lart foo') # no praises!
|
self.assertError('lart foo') # no praises!
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -59,4 +59,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -46,4 +46,4 @@ conf.registerGlobalValue(Later, 'private',
|
|||||||
registry.Boolean(True, """Determines whether users will be notified in the
|
registry.Boolean(True, """Determines whether users will be notified in the
|
||||||
first place in which they're seen, or in private."""))
|
first place in which they're seen, or in private."""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -163,4 +163,4 @@ class Later(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Later
|
Class = Later
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -36,5 +36,5 @@ class LaterTestCase(PluginTestCase):
|
|||||||
self.assertNotError('later tell foo baz')
|
self.assertNotError('later tell foo baz')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -57,4 +57,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -54,4 +54,4 @@ conf.registerChannelValue(Limiter, 'maximumExcess',
|
|||||||
larger than supybot.plugins.Limiter.limit.minimumExcess."""))
|
larger than supybot.plugins.Limiter.limit.minimumExcess."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -72,4 +72,4 @@ class Limiter(callbacks.Plugin):
|
|||||||
Class = Limiter
|
Class = Limiter
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -53,4 +53,4 @@ class LimiterTestCase(ChannelPluginTestCase):
|
|||||||
conf.supybot.plugins.Limiter.maximumExcess.setValue(origMax)
|
conf.supybot.plugins.Limiter.maximumExcess.setValue(origMax)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -55,4 +55,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -45,4 +45,4 @@ Math = conf.registerPlugin('Math')
|
|||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -309,4 +309,4 @@ class Math(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Math
|
Class = Math
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -185,5 +185,5 @@ class MathTestCase(PluginTestCase):
|
|||||||
self.assertResponse('calc abs(-2.0)', '2')
|
self.assertResponse('calc abs(-2.0)', '2')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -60,4 +60,4 @@ conf.registerChannelValue(Misc.last.nested,
|
|||||||
nick will be included in the output of last when it is part of a nested
|
nick will be included in the output of last when it is part of a nested
|
||||||
command"""))
|
command"""))
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -382,4 +382,4 @@ class Misc(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Misc
|
Class = Misc
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -211,5 +211,5 @@ class MiscTestCase(ChannelPluginTestCase):
|
|||||||
def testAproposDoesntReturnNonCanonicalNames(self):
|
def testAproposDoesntReturnNonCanonicalNames(self):
|
||||||
self.assertNotRegexp('apropos exec', '_exec')
|
self.assertNotRegexp('apropos exec', '_exec')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -56,4 +56,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -45,4 +45,4 @@ Network = conf.registerPlugin('Network')
|
|||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -276,4 +276,4 @@ class Network(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Network
|
Class = Network
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -39,5 +39,5 @@ class NetworkTestCase(PluginTestCase):
|
|||||||
'1')
|
'1')
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -49,4 +49,4 @@ conf.registerGlobalValue(NickCapture.ison, 'period',
|
|||||||
will check whether its nick ISON."""))
|
will check whether its nick ISON."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -93,4 +93,4 @@ class NickCapture(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = NickCapture
|
Class = NickCapture
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -33,5 +33,5 @@ class NickCaptureTestCase(PluginTestCase):
|
|||||||
plugins = ('NickCapture',)
|
plugins = ('NickCapture',)
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
|
||||||
|
@ -78,4 +78,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -45,4 +45,4 @@ Nickometer = conf.registerPlugin('Nickometer')
|
|||||||
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
# registry.Boolean(False, """Help for someConfigVariableName."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -230,4 +230,4 @@ class Nickometer(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Nickometer
|
Class = Nickometer
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -35,4 +35,4 @@ class NickometerTestCase(PluginTestCase):
|
|||||||
self.assertNotError('nickometer')
|
self.assertNotError('nickometer')
|
||||||
self.assertNotError('nickometer jemfinch')
|
self.assertNotError('nickometer jemfinch')
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -58,4 +58,4 @@ Class = plugin.Class
|
|||||||
configure = config.configure
|
configure = config.configure
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -60,4 +60,4 @@ conf.registerGlobalValue(Note.notify, 'autoSend',
|
|||||||
notification message."""))
|
notification message."""))
|
||||||
|
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
|
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
@ -449,4 +449,4 @@ class Note(callbacks.Plugin):
|
|||||||
|
|
||||||
Class = Note
|
Class = Note
|
||||||
|
|
||||||
# vim: shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim: shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user