enable execute plugin
This commit is contained in:
parent
e4314f63a0
commit
ec1274596a
|
@ -64,6 +64,7 @@ from command_system.implementation.hosts import ChatCommands
|
||||||
# Here we load the module with the standard commands, so they are being detected
|
# Here we load the module with the standard commands, so they are being detected
|
||||||
# and dispatched.
|
# and dispatched.
|
||||||
import command_system.implementation.standard
|
import command_system.implementation.standard
|
||||||
|
import command_system.implementation.execute
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gtkspell
|
import gtkspell
|
||||||
|
|
Loading…
Reference in New Issue