summary refs log tree commit diff stats
path: root/src/common/ignore.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-01-31 06:23:44 -0500
committerTingPing <tngpng@gmail.com>2013-01-31 06:23:44 -0500
commitedc04743bfc9d8230a3fbdc4d3fa6c2b65f21bd0 (patch)
tree4539cb97dbee32df92a99a6f735e71f2c49205d1 /src/common/ignore.c
parent2bb4da5f0b9cb188df5c6d1b912b92031ac4a649 (diff)
fix variable name in flood msg.
Diffstat (limited to 'src/common/ignore.c')
-rw-r--r--src/common/ignore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ignore.c b/src/common/ignore.c
index cc357828..f1071638 100644
--- a/src/common/ignore.c
+++ b/src/common/ignore.c
@@ -405,7 +405,7 @@ flood_check (char *nick, char *ip, server *serv, session *sess, int what)	/*0=ct
 				if (serv->msg_counter == prefs.hex_flood_msg_num)	/*if we reached the maximun numbers of ctcp in the seconds limits */
 				{
 					snprintf (buf, sizeof (buf),
-					 _("You are being MSG flooded from %s, setting gui_auto_open_dialog OFF.\n"),
+					 _("You are being MSG flooded from %s, setting gui_autoopen_dialog OFF.\n"),
 								 ip);
 					PrintText (sess, buf);
 					serv->msg_last_time = current_time;	/*we got the flood, restore all the vars for next one */