mirror of
https://github.com/glest/glest-source.git
synced 2025-08-23 08:22:50 +02:00
- bugfix for IRC nicks using non standard ascii chars (we replace invalid chars on IRC with -
This commit is contained in:
@@ -36,6 +36,8 @@ enum IRCEventType {
|
||||
IRC_evt_exitThread = 1
|
||||
};
|
||||
|
||||
void normalizeNick(char *nick);
|
||||
|
||||
class IRCCallbackInterface {
|
||||
public:
|
||||
virtual void IRC_CallbackEvent(IRCEventType evt, const char* origin, const char **params, unsigned int count) = 0;
|
||||
|
Reference in New Issue
Block a user