Bob

Results 46 comments of Bob

Known issue, see #170: `!!stat` doesn't work (without passing an explicit site user ID) on chat.SE because the chat user ID is not mapped to the site user ID.

TODO: Refresh bot memory without requiring a restart. Maybe make the GitHub requests asynchronous.

import: http://chat.stackexchange.com/transcript/message/17606164#17606164 export: http://chat.stackexchange.com/transcript/118?m=17605797#17605797, http://chat.stackexchange.com/transcript/message/17606164#17606164

@benjamingr I'm not sure what would be the best way to implement that. Extract export into a separate function, or chain the command? ``` js var exportResult = bot.commands['export'].exec(); bot.memory.clear();...

My earlier patch for too-long messages was specifically for `/listcommands`, converting it from multiple messages to multi-line. In the case of Zalgo, too-long messages don't seem to be handled at...

It's true that it's not easy nor reliable to pick a place to cut. But is it worse than failing with an error? I guess that would depend on the...