Create FUNDING.yml master
authorTomas Mudrunka <tomas@mudrunka.cz>
Tue, 28 Apr 2020 18:05:32 +0000 (20:05 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 18:05:32 +0000 (20:05 +0200)
.github/FUNDING.yml [new file with mode: 0644]
answerscripts.c

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644 (file)
index 0000000..1a69022
--- /dev/null
@@ -0,0 +1 @@
+github: [Harvie]
index 4e3e881bfb497f6849740e8bea913da11fd39080..60568519d334a4ee26a4b7a980067af9d37c6a7e 100755 (executable)
@@ -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.143949 seconds and 4 git commands to generate.