Move checkversion command to admin commands

This commit is contained in:
adator
2024-08-03 20:12:19 +02:00
parent ff0f880fcd
commit c8c5f782d7
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ class Irc:
# Liste des commandes internes du bot
self.commands_level = {
0: ['help', 'auth', 'copyright','checkversion'],
1: ['load','reload','unload', 'deauth', 'uptime'],
0: ['help', 'auth', 'copyright'],
1: ['load','reload','unload', 'deauth', 'uptime', 'checkversion'],
2: ['show_modules', 'show_timers', 'show_threads', 'sentinel'],
3: ['quit', 'restart','addaccess','editaccess', 'delaccess']
}