fixed NeonSpam convertNeonSpamSettingsToFlags function
authorpk910 <philipp@zoelle1.de>
Wed, 26 Oct 2011 00:01:05 +0000 (02:01 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 26 Oct 2011 00:01:05 +0000 (02:01 +0200)
src/bot_NeonSpam.c

index 27d82750a49cb83f2850d5ec74c2cadda4696137..5cdea3b0608bfcddaeffd0a020d467429318e0e5 100644 (file)
@@ -178,6 +178,7 @@ static unsigned int convertNeonSpamSettingsToFlags(char *str) {
             if(*str == chars[j]) {
                 flags |= i;
                 j++;
+                i = i << 1;
                 break;
             }
             j++;