30.10.2015, 09:37
A - You can use else if's you are currently using if's, that means the else part is only for last if (which is admin, so if they type /help admin ) those lines won't be shown
B - You can return 1 ( or return SCM ) in every section to make it stop advancing to those else
C - you can check and see with isnull(params) to only show it when they type /help and nothing else
B - You can return 1 ( or return SCM ) in every section to make it stop advancing to those else
C - you can check and see with isnull(params) to only show it when they type /help and nothing else