Преглед на файлове

Synchronously is the default

pull/112/head
Shane Mc Cormack преди 8 години
родител
ревизия
d0e6b71044
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      irc/src/com/dmdirc/parser/irc/processors/ProcessJoin.java

+ 1
- 1
irc/src/com/dmdirc/parser/irc/processors/ProcessJoin.java Целия файл

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

Loading…
Отказ
Запис