Kaynağa Gözat

Synchronously is the default

pull/112/head
Shane Mc Cormack 8 yıl önce
ebeveyn
işleme
d0e6b71044

+ 1
- 1
irc/src/com/dmdirc/parser/irc/processors/ProcessJoin.java Dosyayı Görüntüle

204
         }
204
         }
205
     }
205
     }
206
 
206
 
207
-    @Handler(delivery = Invoke.Synchronously, condition = "msg.action == 'JOIN'")
207
+    @Handler(condition = "msg.action == 'JOIN'")
208
     public void handleDataOut(final IRCDataOutEvent event) {
208
     public void handleDataOut(final IRCDataOutEvent event) {
209
         // As long as this is called before the resulting DataIn
209
         // As long as this is called before the resulting DataIn
210
         // Processors fire then this will work, otherwise we'll end
210
         // Processors fire then this will work, otherwise we'll end

Loading…
İptal
Kaydet