diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 17:15:29 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 17:15:29 -0400 |
| commit | 076980305c59c2975f13449179083de369f68714 (patch) | |
| tree | d16831a0703487f85e9113299de105cd3ed386c0 | |
| parent | 43ac604a96204bded99ccb7de3907c18cb7924ab (diff) | |
| download | fujinet-chat-076980305c59c2975f13449179083de369f68714.tar.gz | |
Change /bell to /alert, rerrange .txt files.
| -rw-r--r-- | doc/commands.txt (renamed from commands.txt) | 2 | ||||
| -rw-r--r-- | doc/editing_keys.txt (renamed from editing_keys.txt) | 0 | ||||
| -rw-r--r-- | doc/ui_keys.txt (renamed from ui_keys.txt) | 0 | ||||
| -rw-r--r-- | src/cmd.c | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/commands.txt b/doc/commands.txt index cba40ef..85a32f7 100644 --- a/commands.txt +++ b/doc/commands.txt @@ -89,6 +89,6 @@ TODO: not implemented yet. Send raw IRC protocol to the server. This bypasses local command parsing. -/bell <number> +/alert <number> Set the type of alert that happens when you're PMed or highlighted in a channel. 0 = none, 1 = beep, 2 = flash, 3 = beep and flash. diff --git a/editing_keys.txt b/doc/editing_keys.txt index dfa6fd0..dfa6fd0 100644 --- a/editing_keys.txt +++ b/doc/editing_keys.txt diff --git a/ui_keys.txt b/doc/ui_keys.txt index 93c932f..93c932f 100644 --- a/ui_keys.txt +++ b/doc/ui_keys.txt @@ -43,7 +43,7 @@ typedef struct { */ cmd_t command_defs[] = { { "AWAY", do_away, 1 }, - { "BELL", do_bell, 1 }, + { "ALERT", do_bell, 1 }, { "COLOR", do_color, 1 }, { "CTCP", do_ctcp, 1 }, { "INFO", do_info, 0 }, |
