aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 },