mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-26 04:51:09 -05:00
make requireCommand config per-channel
This commit is contained in:
parent
98e2440ff2
commit
63dd495fa6
@ -32,7 +32,7 @@ conf.registerGlobalValue(TextAdventures, 'dfrotzPath',
|
|||||||
conf.registerGlobalValue(TextAdventures, 'allowPrivate',
|
conf.registerGlobalValue(TextAdventures, 'allowPrivate',
|
||||||
registry.Boolean('True', _("""Allow games to be played over private message.""")))
|
registry.Boolean('True', _("""Allow games to be played over private message.""")))
|
||||||
|
|
||||||
conf.registerGlobalValue(TextAdventures, 'requireCommand',
|
conf.registerChannelValue(TextAdventures, 'requireCommand',
|
||||||
registry.Boolean('False', _("""Require game input to be sent via command. Disables
|
registry.Boolean('False', _("""Require game input to be sent via command. Disables
|
||||||
monitoring of chanel messages for game input.""")))
|
monitoring of chanel messages for game input.""")))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user