From 9afbd824a7fa39d3f1b03f8115d1012856031ebb Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:58:49 +0000 Subject: Utilisateur : Fcolin Date : 20/04/06 Heure : 14:00 Archivé dans $/CSharp/Ivy/Ivy Commentaire: mise au point timer , ca manque de precision !!! (vss 44) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index 3110a3e..d3dbca2 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/IvyClient.cs @@ -252,7 +252,7 @@ namespace IvyBus foreach (IvyBindingBase bind in bindings.Values ) { string[] args = bind.Match(message); - if (args!=null) + if ( stream != null && args!=null ) { stream.TokenMsg(bind.key, args); count++; -- cgit v1.1