diff help.tcl @ 70:15fc72bc3f3e

More cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Sep 2011 17:48:23 +0300
parents 6f8d699fe03f
children b4fdb3300faa
line wrap: on
line diff
--- a/help.tcl	Sun Sep 11 17:43:32 2011 +0300
+++ b/help.tcl	Sun Sep 11 17:48:23 2011 +0300
@@ -1,6 +1,6 @@
-############################################################################
+##########################################################################
 # Niinuska Help
-############################################################################
+##########################################################################
 set nn_message "Niinuska Help v0.2 by ccr/TNSP"
 set nn_preferredmsg "PRIVMSG"
 
@@ -8,7 +8,7 @@
 bind pub - !help nn_pubmsg
 bind pub - !apua nn_pubmsg
 
-# -------------------------------------------------------------------------
+# ------------------------------------------------------------------------
 proc nn_smsg {udest umsg} {
   global nn_preferredmsg
 
@@ -16,7 +16,7 @@
 }
 
 
-# -------------------------------------------------------------------------  
+# ------------------------------------------------------------------------
 proc nn_pubmsg {unick uhost uhand uchan uargs} {
   nn_smsg $chan "Lisätietoja: http://tnsp.org/irc/readme.php"
   nn_smsg $chan "!sää \[paikka|minmax\] ; !urlfind <+sana|-sana|%käyttäjä> ; !tj \[käyttäjä\] ; !tjaamut \[-\]vuorokaudet \[\[-\]tunnit\]"
@@ -25,4 +25,4 @@
   return 1
 }
 
-# -------------------------------------------------------------------------
+# ------------------------------------------------------------------------