###########################################################
+
+######################################################################
+# how to add new IRC command:
+# - add the command in handle_command()
+# - implement command handler function
+# - add new statistic counter in init_statistics()
+# - output command statistic in handle_command_status()
+# - add the command to is_valid_command(), is_valid_operator_command() and/or is_valid_admin_command()
+# - add any required translation to docbot.conf
+
+
+
+
######################################################################
# load modules
######################################################################