Loading lang/EN/chat.ini +3 −0 Original line number Diff line number Diff line Loading @@ -241,3 +241,6 @@ CONFIG_OPTION_chat_max_messages_to_show=The number of back-logged chat messages ENTER_ALLOW=Enter the allow list ENTER_CHATROOM=Enter the chatroom name ENTER_RECIPIENT=Enter the recipient CMD_SEND_CHATMESSAGE_HELP=Send a message to a chatroom CMD_SEND_CHATMESSAGE_HELP_PARAM_0=Chatroom ID CMD_SEND_CHATMESSAGE_HELP_PARAM_1=Messages to send lang/EN/commandr.ini +6 −0 Original line number Diff line number Diff line Loading @@ -208,3 +208,9 @@ CMD_SQL_DUMP_HELP_PARAM_2=Database table to export. Includes as many tables in a SQL_DUMP_SAVED_TO=The SQL dump has been saved to <kbd>{1}</kbd>. Download it then delete the file when you're done. LISTING_FILES=Files LISTING_DIRECTORIES=Directories CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP=Find the Commandr-FS filename from an ID CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP_PARAM_0=Commandr-FS hook name CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP_PARAM_1=ID CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP=Find the Commandr-FS ID from a filename CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP_PARAM_0=Commandr-FS hook name CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP_PARAM_1=Filename sources/hooks/systems/commandr_commands/antispam_check.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_antispam_check public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('antispam_check', array('h'), array(true, true)), '', ''); return array('', do_command_help('antispam_check', array('h'), array(true)), '', ''); } else { if (!array_key_exists(0, $parameters)) { return array('', '', '', do_lang('MISSING_PARAM', '1', 'antispam_check')); Loading sources/hooks/systems/commandr_commands/ban_member.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_ban_member public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('ban_member', array('h', 'u'), array(true, true)), '', ''); return array('', do_command_help('ban_member', array('h', 'u'), array(true)), '', ''); } else { if (get_forum_type() != 'cns') { return array('', '', '', do_lang('NO_CNS')); Loading sources/hooks/systems/commandr_commands/db_table_sizes.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_db_table_sizes public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('db_table_sizes', array('h'), array(true, true)), '', ''); return array('', do_command_help('db_table_sizes', array('h'), array(true)), '', ''); } else { require_code('files'); Loading Loading
lang/EN/chat.ini +3 −0 Original line number Diff line number Diff line Loading @@ -241,3 +241,6 @@ CONFIG_OPTION_chat_max_messages_to_show=The number of back-logged chat messages ENTER_ALLOW=Enter the allow list ENTER_CHATROOM=Enter the chatroom name ENTER_RECIPIENT=Enter the recipient CMD_SEND_CHATMESSAGE_HELP=Send a message to a chatroom CMD_SEND_CHATMESSAGE_HELP_PARAM_0=Chatroom ID CMD_SEND_CHATMESSAGE_HELP_PARAM_1=Messages to send
lang/EN/commandr.ini +6 −0 Original line number Diff line number Diff line Loading @@ -208,3 +208,9 @@ CMD_SQL_DUMP_HELP_PARAM_2=Database table to export. Includes as many tables in a SQL_DUMP_SAVED_TO=The SQL dump has been saved to <kbd>{1}</kbd>. Download it then delete the file when you're done. LISTING_FILES=Files LISTING_DIRECTORIES=Directories CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP=Find the Commandr-FS filename from an ID CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP_PARAM_0=Commandr-FS hook name CMD_FIND_COMMANDR_FS_FILENAME_VIA_ID_HELP_PARAM_1=ID CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP=Find the Commandr-FS ID from a filename CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP_PARAM_0=Commandr-FS hook name CMD_FIND_ID_VIA_COMMANDR_FS_FILENAME_HELP_PARAM_1=Filename
sources/hooks/systems/commandr_commands/antispam_check.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_antispam_check public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('antispam_check', array('h'), array(true, true)), '', ''); return array('', do_command_help('antispam_check', array('h'), array(true)), '', ''); } else { if (!array_key_exists(0, $parameters)) { return array('', '', '', do_lang('MISSING_PARAM', '1', 'antispam_check')); Loading
sources/hooks/systems/commandr_commands/ban_member.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_ban_member public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('ban_member', array('h', 'u'), array(true, true)), '', ''); return array('', do_command_help('ban_member', array('h', 'u'), array(true)), '', ''); } else { if (get_forum_type() != 'cns') { return array('', '', '', do_lang('NO_CNS')); Loading
sources/hooks/systems/commandr_commands/db_table_sizes.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class Hook_commandr_command_db_table_sizes public function run($options, $parameters, &$commandr_fs) { if ((array_key_exists('h', $options)) || (array_key_exists('help', $options))) { return array('', do_command_help('db_table_sizes', array('h'), array(true, true)), '', ''); return array('', do_command_help('db_table_sizes', array('h'), array(true)), '', ''); } else { require_code('files'); Loading