]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-python.c
Fix for "whats the color" 8ball question formats
[irc/evilnet/x3.git] / src / mod-python.c
index fe286a3c09e2219de2bfe8d753f6b6982c681011..b35db073c5e7a9e61868be82faa731cd49052a84 100644 (file)
  * - modpython.py calls for everything you can reg_ a handler for in x3
  * - Some kind of system for getting needed binds bound automagicaly to make it easier
  *   to run peoples' scripts and mod-python in general.
+ *   - Create a (python side) command registry that plugins register into
+ *   - In modcmd.c check that list first, before the usual (c based) command search
+ *   - If python version returns 0, go on with the built-in search, otherwise just quit (allows plugins to override)
+ *   - OR 
+ *   - Mechanism for python plugins to register themselves like x3 plugins? (*module.____) ??
+ *   - Then, same problem as other x3 modules, pain to set up commands 1st time etc, maybe solve that for all modules?
  * - An interface to reading/writing data to x3.db. Maybe generic, or attached to account or channel reg records?
 
  * basic startup for now: