aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent43ac604a96204bded99ccb7de3907c18cb7924ab (diff)
downloadfujinet-chat-076980305c59c2975f13449179083de369f68714.tar.gz
Change /bell to /alert, rerrange .txt files.
Diffstat (limited to 'src')
-rw-r--r--src/cmd.c2
1 files changed, 1 insertions, 1 deletions
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 },