[project @ 2002-07-12 03:27:05 by unknown_lamer]
[clinton/bobotpp.git] / scripts / uname
index 6d90b5a..d528892 100644 (file)
@@ -4,6 +4,6 @@
   (let* ((p (open-input-pipe "/bin/uname -a"))
          (s (read-line p)))
   (close-pipe p)
-  (bot-say c s)))
+  (bot:say c s)))
 
-(bot-addcommand "uname" uname #t 0 1)
+(bot:addcommand "uname" uname #t 0 1)