aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 17:15:29 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 17:15:29 -0400
commit076980305c59c2975f13449179083de369f68714 (patch)
treed16831a0703487f85e9113299de105cd3ed386c0
parent43ac604a96204bded99ccb7de3907c18cb7924ab (diff)
downloadfujinet-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.c2
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
diff --git a/src/cmd.c b/src/cmd.c
index 88bf669..219794f 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -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 },