GIT.Harvie.CZ
/
mirrors
/
libpurple-core-answerscripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2d156
)
Reliable way to not respond to own messages
13/head
author
Aksel Meola
<aksel@meola.eu>
Wed, 20 Jul 2016 03:19:28 +0000
(06:19 +0300)
committer
Aksel Meola
<aksel@meola.eu>
Wed, 20 Jul 2016 03:19:28 +0000
(06:19 +0300)
answerscripts.c
patch
|
blob
|
blame
|
history
diff --git
a/answerscripts.c
b/answerscripts.c
index 4e3e881bfb497f6849740e8bea913da11fd39080..60568519d334a4ee26a4b7a980067af9d37c6a7e 100755
(executable)
--- a/
answerscripts.c
+++ b/
answerscripts.c
@@
-110,7
+110,7
@@
static char received_msg_cb(PurpleAccount *account, char *who, char *buffer, Pur
if(local_alias == NULL) local_alias = local_name;
//Do not respond to messages sent by myself
- if
(strcmp(local_name, who) == 0) return 0;
+ if
(flags & PURPLE_MESSAGE_SEND) return 0;
//Was my nick said?
char *highlighted;
This page took
0.167025 seconds
and
4
git commands to generate.