Teknikode
1912f1f45e
Added controller to handle multiple bot instances.
Changed interface to deal with the controller directly.
Added listing of connected servers.
5 years ago
Teknikode
9f350982c4
Made for loop to foreach.
6 years ago
Teknikode
7d377cc237
Fixed Update overwriting all modules.
Added check for module enabled on non-command handlers.
Changed version number in About and Version Reply to product version.
Changed Seen where you can only use it in a channel.
6 years ago
Teknikode
0559185d72
Fixed module load and unload not being called (duplicate commands).
Fixed errors with Seen module.
6 years ago
Teknikode
011f81db8b
Added Command class for handling bot commands.
Added command specific info types.
Modified all instances of bot commands to use the new class.
6 years ago
Teknikode
c187cf53e7
Changed Database queries to synchronous from asynchronous.
Fixed minor bugs.
Added blacklist checking for non-command actions.
6 years ago
Teknikode
f20dc195e4
Added Decide module.
Fixed small bugs.
6 years ago
Teknikode
7392aedaaa
Added Sed, Rules, About, Fun, and Configuration modules.
Made most module responses into a shared function call.
Fixed some bugs.
6 years ago
Teknikode
85ef0f3d37
Added features to UI.
Added reconnect.
Fixed multiple bugs.
6 years ago
Teknikode
d3d2c54096
Changed Module scheme to have each module a separate project/dll.
Added build configs to move required files to interface working directory.
Created Module project Template.
6 years ago
Teknikode
7e4dc0343d
Added Owner Module.
Fixed GetReply and GetError functions.
Added some TODO notes.
6 years ago