[18:06:52] https://www.irccloud.com/pastebin/xyU60da0 [18:07:13] Zppix: Phantom42: [18:08:31] Reminders module isn’t loading [18:08:38] * Phantom42 looking... [18:09:59] Error in reminders.py:39. Will check it now... [18:11:05] ZppixBot: reload [18:11:07] MacFan4000: done [18:11:16] .commands [18:11:17] I've posted a list of my commands at https://gist.github.com/9f4f152eeb54845f8e588d0ba9426bb9 - You can see more info about any of these commands by doing .help (e.g. .help time) [18:14:01] Looks like there is a problem with reminders file [18:15:54] One of lines contains too much \t [18:21:30] https://github.com/Pix1234/ZppixBot-Source/blob/master/modules/reminders.py#L39 [18:22:43] Is apparently the issue [18:27:02] Phantom42: how do we fix it? [18:28:06] We need to open reminders file and find the line containing too much \t and remove it. We also need to change reminders module code a bit to avoid such issues in future [18:28:49] Ill do it [18:29:00] Why did we write this module at all when there is a defaul5 one [18:29:10] *default one with the same commands [18:29:38] Reminders are empty [18:29:52] MacFan4000: why because the old one was semi broken for my setup [18:30:09] Phantom42: reminders.db is empty [18:30:54] Zppix: I think it is empty now, but it wasn't before... [18:31:05] Anyway, then we can try restarting bot [18:32:09] .commands [18:32:09] Hang on, I'm creating a list. [18:32:12] I've posted a list of my commands at https://gist.github.com/4fd4e25dc7a3af7bbc0792764d3d0926 - You can see more info about any of these commands by doing .help (e.g. .help time) [18:32:50] Still not loaded [18:32:58] Zppix: Hm, let's try to remove reminders.db completely [18:33:04] We really need to REDUCE restarts to a minium though [18:33:39] Done [18:33:55] We need to find a way to reload modules without restarting bot [18:34:05] yeah .reload [18:34:14] is friend [18:34:28] .commands [18:34:28] Hang on, I'm creating a list. [18:34:29] Or maybe we can connect bot via bouncer [18:34:31] I've posted a list of my commands at https://gist.github.com/d5498e6ff3aa0ca69a46bcb71de2dd5c - You can see more info about any of these commands by doing .help (e.g. .help time) [18:34:52] It’s good now [18:35:02] Anyway we could not have it list phab tasks on restart? [18:35:09] Phantom42: not possible [18:37:06] Zppix: I will think about it [18:45:43] [ANNOUNCEMENT] Restarts are done now. Let us know if you notice any issues.