fixed missing DESYNCHRONIZE
authorpk910 <philipp@zoelle1.de>
Sat, 6 Apr 2013 19:05:03 +0000 (21:05 +0200)
committerpk910 <philipp@zoelle1.de>
Sat, 6 Apr 2013 19:05:03 +0000 (21:05 +0200)
src/IRCParser.c

index 89047f8402648cae2289a74003a3ad998da9caba..701ad457b54d592ecae6b15c02d9d110916e2a88 100644 (file)
@@ -557,6 +557,7 @@ static IRC_CMD(raw_quit) {
     if(user->channel == NULL) {
         if(isBot(user)) {
             //ASSERT
     if(user->channel == NULL) {
         if(isBot(user)) {
             //ASSERT
+                       DESYNCHRONIZE(cache_sync);
             return 0;
         }
         if((user->flags & USERFLAG_WAS_REGISTERING)) {
             return 0;
         }
         if((user->flags & USERFLAG_WAS_REGISTERING)) {