LadyCailinBot

Results 353 comments of LadyCailinBot

Comment by ryan_the_leach Honestly I was only ever after get/set of the xCenter zCenter and the world/dimension, but felt it would feel odd if it didn't at least include the...

Comment by Tom.Gebbett being able to set a bitmap for this (which is possible with maps) would be great but i appreciate what you say about it being underused, so...

Comment by jb_aero I mean, the "basics" ryan mentioned are reasonable. There is some awesome stuff you can do with it, if you can figure out how, it's just ain't...

Comment by LadyCailin CH does have an API for transactions, because SQLite does. See this page: https://www.sqlite.org/lang_transaction.html As to the rest of the error, I'll take a look.

Comment by LadyCailin How many items are in @bulletins?

Comment by redwall_hp Oh that's right...been working with ORMs too much lately. The number in @bulletins varies, since the channel handler invokes it and the channelmember function as it processes...

Comment by redwall_hp Hm...transactions don't appear to work either. A simple example: ``` @result = query("clanchatexport", "BEGIN;") @result = query("clanchatexport", "DROP TABLE test;") @result = query("clanchatexport", "DROP TABLE test2;") @result...

Comment by Andrew.S Part of this is done. I made a pull request for it. The syntax is /sethome player@home and /home player@home; no support for home limits yet.

Comment by L..Brett.Blank So how am I able to use this?

Comment by Dark_Arc Probably next weekend I'll implement support for this. My current intent is to allow multiple homes to have the same name as long as they have different...