summaryrefslogtreecommitdiff
path: root/src/map/tmw.hpp
blob: 5b20a6c62cb39ee8649d781391ea9bae41f6c1ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
#ifndef TMW_HPP
#define TMW_HPP

#include "map.hpp"

int  tmw_CheckChatSpam (struct map_session_data *sd, char *message);
int  tmw_ShorterStrlen (char *s1, char *s2);
int  tmw_CheckChatLameness (struct map_session_data *sd, char *message);
void tmw_GmHackMsg (const char *fmt, ...);
void tmw_AutoBan (struct map_session_data *sd, char *reason, int length);
void tmw_TrimStr (char *str);

#endif /* TMW_H_ */