summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-18 17:30:22 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-08-18 17:30:22 +0000
commit6e50d7f066d3dc64e65a3503431dff690df743fb (patch)
tree9c55b0bfadcbaf69ac230ce0d16a2c65000d4e97 /lib
parenta6854187b0e2fcc8a89874090eeacdb938bc285a (diff)
Multi can be a bit too fast sometimes...
git-svn-id: svn://vndb.org/vndb@94 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/Multi/IRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/IRC.pm b/lib/Multi/IRC.pm
index 4a60f324..030c9ee2 100644
--- a/lib/Multi/IRC.pm
+++ b/lib/Multi/IRC.pm
@@ -257,7 +257,7 @@ sub vndbid { # dest, msg, force
sub ircnotify { # command, VNDBID
- $_[KERNEL]->yield(vndbid => $_ => $_[ARG1] => 1) for (@{$_[HEAP]{notify}});
+ $_[KERNEL]->delay(vndbid => 1 => $_ => $_[ARG1] => 1) for (@{$_[HEAP]{notify}});
$_[KERNEL]->post(core => finish => $_[ARG0]);
}