changeset 105:6d6aebcdc0e3 misc

Make it faster.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Oct 2010 13:11:49 +0000
parents fb5a3f75cfa3
children 234a0f978726
files nun/getsaints.tf
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nun/getsaints.tf	Wed Aug 18 17:28:44 2010 +0000
+++ b/nun/getsaints.tf	Mon Oct 04 13:11:49 2010 +0000
@@ -5,8 +5,8 @@
 	/echo -p -- index=%{_index}%;\
 	/let _name=$(/nth %{_index} %{saint_list})%;\
 	/if (_name!~"")\
-		/send @@console patrons info %{_name}%;\
-		/repeat -0.7 1 /saint_get $[_index+1]%;\
+		/send @@sphere info %{_name}%;\
+		/repeat -0.2 1 /saint_get $[_index+1]%;\
 	/else \
 		/echo -p -- ok, done.%;\
 	/endif