Remove unrelated comments to rest plugins

This commit is contained in:
Brandon Myers 2018-10-04 12:18:15 -04:00
Родитель 589cf2c0d0
Коммит 879f6f6e6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
2 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -74,11 +74,6 @@ class message(object):
(self.options, args) = myparser.parse_args([]) (self.options, args) = myparser.parse_args([])
# fill self.options with plugin-specific options # fill self.options with plugin-specific options
# options for your custom/internal ip blocking service
# mozilla's is called banhammer
# and uses an intermediary mysql DB
# here we set credentials
self.options.mongohost = getConfig( self.options.mongohost = getConfig(
'mongohost', 'mongohost',
'localhost', 'localhost',

Просмотреть файл

@ -84,11 +84,6 @@ class message(object):
(self.options, args) = myparser.parse_args([]) (self.options, args) = myparser.parse_args([])
# fill self.options with plugin-specific options # fill self.options with plugin-specific options
# options for your custom/internal ip blocking service
# mozilla's is called banhammer
# and uses an intermediary mysql DB
# here we set credentials
self.options.mongohost = getConfig( self.options.mongohost = getConfig(
'mongohost', 'mongohost',
'localhost', 'localhost',