diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-06-22 10:32:46 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-06-22 10:32:46 +0100 |
commit | 424e66361e985d05e47a7af42e81cd32b09dd6e2 (patch) | |
tree | 0a638c896bee7e609ffde126cc5de810cd4609bd /protocols/nogaim.h | |
parent | 98de2cca016d458ad2980c59f334fae10164b3bb (diff) |
Partial fix for #419: Moved normalize() and some other stuff to OSCAR
becuase it's the only place where it's used, and using this to strip
spaces from all screennames before sending them to BitlBee.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index bdd8bae2..9fe843b5 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -44,11 +44,6 @@ #include "query.h" #include "md5.h" -#define BUF_LEN MSG_LEN -#define BUF_LONG ( BUF_LEN * 2 ) -#define MSG_LEN 2048 -#define BUF_LEN MSG_LEN - #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */ #define WEBSITE "http://www.bitlbee.org/" |