Fix the modelines.

This commit is contained in:
James Vega 2005-03-23 20:07:45 +00:00
parent d56aaea1cf
commit 9971e991fe
244 changed files with 248 additions and 248 deletions

View File

@ -45,4 +45,4 @@ Admin = conf.registerPlugin('Admin')
# conf.registerGlobalValue(Admin, '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:

View File

@ -331,4 +331,4 @@ class Admin(callbacks.Plugin):
Class = Admin
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -113,5 +113,5 @@ class AdminTestCase(PluginTestCase):
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:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -41,4 +41,4 @@ def configure(advanced):
Alias = conf.registerPlugin('Alias')
conf.registerGroup(Alias, 'aliases')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -303,4 +303,4 @@ class Alias(callbacks.Plugin):
Class = Alias
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -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:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -60,4 +60,4 @@ conf.registerGlobalValue(conf.supybot.plugins.Anonymous, 'allowPrivateTarget',
other users."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -93,4 +93,4 @@ class Anonymous(callbacks.Plugin):
Class = Anonymous
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -53,4 +53,4 @@ class AnonymousTestCase(ChannelPluginTestCase):
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:

View File

@ -59,4 +59,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -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:

View File

@ -85,4 +85,4 @@ class AutoMode(callbacks.Plugin):
Class = AutoMode
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -33,4 +33,4 @@ class AutoModeTestCase(PluginTestCase):
plugins = ('AutoMode',)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -78,4 +78,4 @@ conf.registerChannelValue(Channel, 'banmask',
default banmask style."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -802,4 +802,4 @@ class Channel(callbacks.Plugin):
Class = Channel
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -186,5 +186,5 @@ class ChannelTestCase(ChannelPluginTestCase):
self.assertNotError('channel ignore remove foo!bar@baz')
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:

View File

@ -57,4 +57,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -84,4 +84,4 @@ conf.registerGlobalValue(ChannelLogger.timestamp, 'format',
the directory stucture for channel logs if
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:

View File

@ -259,4 +259,4 @@ class ChannelLogger(callbacks.Plugin):
Class = ChannelLogger
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -33,4 +33,4 @@ class ChannelLoggerTestCase(PluginTestCase):
plugins = ('ChannelLogger',)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -59,4 +59,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -66,4 +66,4 @@ conf.registerChannelValue(ChannelStats, 'frowns',
(i.e., pieces of text with no spaces in them ) are considered 'frowns' for
the purposes of stats-keeping."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -304,4 +304,4 @@ class ChannelStats(callbacks.Plugin):
Class = ChannelStats
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -76,5 +76,5 @@ class ChannelStatsTestCase(ChannelPluginTestCase):
self.assertNotRegexp('stats sweede', 'KeyError')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Config = conf.registerPlugin('Config')
# conf.registerGlobalValue(Config, '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:

View File

@ -263,4 +263,4 @@ class Config(callbacks.Plugin):
Class = Config
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -79,5 +79,5 @@ class ConfigTestCase(ChannelPluginTestCase):
'True or False')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -56,4 +56,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -65,4 +65,4 @@ conf.registerGlobalValue(conf.supybot.abuse.flood.ctcp, 'punishment',
registry.PositiveInteger(300, """Determines how many seconds the bot will
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:

View File

@ -149,4 +149,4 @@ class Ctcp(callbacks.PluginRegexp):
version = wrap(version, ['channel', getopts({'nicks':''})])
Class = Ctcp
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -33,5 +33,5 @@ class CtcpTestCase(PluginTestCase):
plugins = ('Ctcp',)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -55,4 +55,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -47,4 +47,4 @@ conf.registerChannelValue(Dict, 'default',
ask for definitions in. If this value is '*' (without the quotes) the bot
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:

View File

@ -121,4 +121,4 @@ class Dict(callbacks.Plugin):
Class = Dict
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -44,4 +44,4 @@ class DictTestCase(PluginTestCase):
self.assertNotError('random')
self.assertNotError('dict [random] moo')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -56,4 +56,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -54,4 +54,4 @@ def configure(advanced):
from supybot.questions import expect, anything, something, yn
conf.registerPlugin('Filter', True)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -613,4 +613,4 @@ class Filter(callbacks.Plugin):
Class = Filter
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -166,4 +166,4 @@ class FilterTest(ChannelPluginTestCase):
self.assertResponse('shrink internationalization, localization',
'i18n, l10n')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -55,4 +55,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Format = conf.registerPlugin('Format')
# registry.Boolean(False, """Help for someConfigVariableName."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79

View File

@ -190,4 +190,4 @@ class Format(callbacks.Plugin):
Class = Format
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -86,4 +86,4 @@ class FormatTestCase(PluginTestCase):
self.assertResponse('field 2 foo bar baz', 'bar')
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:

View File

@ -57,4 +57,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -42,4 +42,4 @@ def configure(advanced):
Games = conf.registerPlugin('Games')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -166,4 +166,4 @@ class Games(callbacks.Plugin):
Class = Games
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -54,4 +54,4 @@ class GamesTestCase(ChannelPluginTestCase):
self.assertNotError('eightball ab')
self.assertNotError('eightball abc')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -3974,4 +3974,4 @@ class SOAPServer(SocketServer.TCPServer):
def registerKWFunction(self, function, namespace = '', funcName = None):
self.registerFunction(MethodSig(function,keywords=1), namespace,
funcName)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -57,4 +57,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -133,4 +133,4 @@ conf.registerGlobalValue(Google.state, 'time',
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:

View File

@ -411,4 +411,4 @@ class Google(callbacks.PluginRegexp):
Class = Google
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -117,4 +117,4 @@ class GoogleTestCase(ChannelPluginTestCase):
self.assertNotError('google stats')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -56,4 +56,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -65,4 +65,4 @@ conf.registerChannelValue(Herald.default, 'public',
registry.Boolean(False, """Determines whether the default herald will be
sent publicly."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -227,4 +227,4 @@ class Herald(callbacks.Plugin):
Class = Herald
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -33,5 +33,5 @@ class HeraldTestCase(PluginTestCase):
plugins = ('Herald',)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -57,4 +57,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Internet = conf.registerPlugin('Internet')
# registry.Boolean(False, """Help for someConfigVariableName."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -170,4 +170,4 @@ class Internet(callbacks.Plugin):
Class = Internet
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -46,4 +46,4 @@ class InternetTestCase(PluginTestCase):
self.assertNotError('internet whois inria.fr')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -59,4 +59,4 @@ conf.registerChannelValue(conf.supybot.plugins.Karma, 'allowUnaddressedKarma',
registry.Boolean(False, """Determines whether the bot will
increase/decrease karma without being addressed."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -398,4 +398,4 @@ class Karma(callbacks.Plugin):
Class = Karma
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -208,4 +208,4 @@ if sqlite is not None:
karma.response.setValue(resp)
karma.allowUnaddressedKarma.setValue(unaddressed)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -48,4 +48,4 @@ conf.registerChannelValue(Lart, 'showIds',
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:

View File

@ -87,4 +87,4 @@ class Lart(plugins.ChannelIdDatabasePlugin):
Class = Lart
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -38,4 +38,4 @@ class LartTestCase(PluginTestCase):
def testPraise(self):
self.assertError('lart foo') # no praises!
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -59,4 +59,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -46,4 +46,4 @@ conf.registerGlobalValue(Later, 'private',
registry.Boolean(True, """Determines whether users will be notified in the
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:

View File

@ -163,4 +163,4 @@ class Later(callbacks.Plugin):
Class = Later
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -36,5 +36,5 @@ class LaterTestCase(PluginTestCase):
self.assertNotError('later tell foo baz')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -57,4 +57,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -54,4 +54,4 @@ conf.registerChannelValue(Limiter, 'maximumExcess',
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:

View File

@ -72,4 +72,4 @@ class Limiter(callbacks.Plugin):
Class = Limiter
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -53,4 +53,4 @@ class LimiterTestCase(ChannelPluginTestCase):
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:

View File

@ -55,4 +55,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Math = conf.registerPlugin('Math')
# registry.Boolean(False, """Help for someConfigVariableName."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -309,4 +309,4 @@ class Math(callbacks.Plugin):
Class = Math
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -185,5 +185,5 @@ class MathTestCase(PluginTestCase):
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:

View File

@ -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
command"""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -382,4 +382,4 @@ class Misc(callbacks.Plugin):
Class = Misc
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -211,5 +211,5 @@ class MiscTestCase(ChannelPluginTestCase):
def testAproposDoesntReturnNonCanonicalNames(self):
self.assertNotRegexp('apropos exec', '_exec')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -56,4 +56,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Network = conf.registerPlugin('Network')
# registry.Boolean(False, """Help for someConfigVariableName."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -276,4 +276,4 @@ class Network(callbacks.Plugin):
Class = Network
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -39,5 +39,5 @@ class NetworkTestCase(PluginTestCase):
'1')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -49,4 +49,4 @@ conf.registerGlobalValue(NickCapture.ison, 'period',
will check whether its nick ISON."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -93,4 +93,4 @@ class NickCapture(callbacks.Plugin):
Class = NickCapture
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -33,5 +33,5 @@ class NickCaptureTestCase(PluginTestCase):
plugins = ('NickCapture',)
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -78,4 +78,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -45,4 +45,4 @@ Nickometer = conf.registerPlugin('Nickometer')
# registry.Boolean(False, """Help for someConfigVariableName."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -230,4 +230,4 @@ class Nickometer(callbacks.Plugin):
Class = Nickometer
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -35,4 +35,4 @@ class NickometerTestCase(PluginTestCase):
self.assertNotError('nickometer')
self.assertNotError('nickometer jemfinch')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -58,4 +58,4 @@ Class = plugin.Class
configure = config.configure
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -60,4 +60,4 @@ conf.registerGlobalValue(Note.notify, 'autoSend',
notification message."""))
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:

View File

@ -449,4 +449,4 @@ class Note(callbacks.Plugin):
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