mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 12:12:53 +01:00
coreplugin: spawn main client as manipulatable
This commit is contained in:
parent
2864c41d7a
commit
7cc5988dac
@ -256,7 +256,7 @@ utils.add_hook(handle_endburst, 'ENDBURST')
|
|||||||
# Register the main PyLink service. All command definitions MUST go after this!
|
# Register the main PyLink service. All command definitions MUST go after this!
|
||||||
mynick = conf.conf['bot'].get("nick", "PyLink")
|
mynick = conf.conf['bot'].get("nick", "PyLink")
|
||||||
myident = conf.conf['bot'].get("ident", "pylink")
|
myident = conf.conf['bot'].get("ident", "pylink")
|
||||||
utils.registerService('pylink', nick=mynick, ident=myident)
|
utils.registerService('pylink', nick=mynick, ident=myident, manipulatable=True)
|
||||||
|
|
||||||
# Essential, core commands go here so that the "commands" plugin with less-important,
|
# Essential, core commands go here so that the "commands" plugin with less-important,
|
||||||
# but still generic functions can be reloaded.
|
# but still generic functions can be reloaded.
|
||||||
|
Loading…
Reference in New Issue
Block a user