Fix showing duplicated messages
This commit also has some other changes sprinkled in but the main effect is that messages are only shown precisely once. Next stage must be to move away from serv_got_im and friends.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
#define DELTA_PROTOCOL_OPTS \
|
||||
OPT_PROTO_UNIQUE_CHATNAME | \
|
||||
OPT_PROTO_CHAT_TOPIC | \
|
||||
OPT_PROTO_IM_IMAGE
|
||||
OPT_PROTO_IM_IMAGE | \
|
||||
OPT_PROTO_MAIL_CHECK
|
||||
|
||||
// These two will instead be the pidgin "username" and "password" options that
|
||||
// I can't seem to get rid of.
|
||||
|
||||
Reference in New Issue
Block a user