summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-04-07 14:52:49 +0000
committerJared Adams <jaxad0127@gmail.com>2009-04-09 07:01:45 -0600
commit25d9040b9e3b71d6534a7dedbfe34364f2a7ad66 (patch)
treec6ee0579c4d3ebb6b61cf89345ad99602e526a5e /src/map/map.h
parente4b494e5b6540c88c597c67df114c0328ea9d7b7 (diff)
downloadtmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.gz
tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.bz2
tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.tar.xz
tmwa-25d9040b9e3b71d6534a7dedbfe34364f2a7ad66.zip
New and improved anti-spam system
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/map.h b/src/map/map.h
index a3dbb03..fa97e0e 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -354,10 +354,9 @@ struct map_session_data {
int ignoreAll;
short sg_count;
- unsigned int chat_lastmsg_time;
+ unsigned int chat_reset_due;
+ int chat_lines_in;
char chat_lastmsg[513];
- int chat_threshold;
- int chat_repeatmsg;
};
struct npc_timerevent_list {