Selaa lähdekoodia

update script descriptions

Add reference to the github repository to the description at the top of
each tcl script.

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 vuotta sitten
vanhempi
commit
fdc3721b67

+ 3 - 0
scripts/auth.tcl

@@ -12,6 +12,9 @@
 # service is disabled by default. Uncomment the respective bind line below if
 # you really need it. Do not forget to comment it out again as soon as you have
 # registered the account.
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/beer.tcl

@@ -8,6 +8,9 @@
 #
 # Enable for a channel with:    .chanset #channel +beer
 # Disable for a channel with:   .chanset #channel -beer
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/date.tcl

@@ -7,6 +7,9 @@
 #
 # Enable for a channel with:    .chanset #channel +date
 # Disable for a channel with:   .chanset #channel -date
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/funwar.tcl

@@ -11,6 +11,9 @@
 #
 # Enable for a channel with:    .chanset #channel +funwar
 # Disable for a channel with:   .chanset #channel -funwar
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 4 - 0
scripts/greetings.tcl

@@ -1,8 +1,12 @@
 # greetings.tcl
 #
 # This script greets people who join channels.
+#
 # Enable for a channel with:	.chanset #channel +greetings
 # Disable for a channel with: 	.chanset #channel -greetings
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/help.tcl

@@ -7,6 +7,9 @@
 #
 # Enable for a channel with:    .chanset #channel +help
 # Disable for a channel with:   .chanset #channel -help
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/host.tcl

@@ -8,6 +8,9 @@
 #
 # Enable for a channel with:    .chanset #channel +host
 # Disable for a channel with:   .chanset #channel -host
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/insult.tcl

@@ -17,6 +17,9 @@
 #
 # Enable for a channel with:    .chanset #channel +insult
 # Disable for a channel with:   .chanset #channel -insult
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/maketiny.tcl

@@ -9,6 +9,9 @@
 #
 # Enable for a channel with:    .chanset #channel +maketiny
 # Disable for a channel with:   .chanset #channel -maketiny
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/match.tcl

@@ -17,6 +17,9 @@
 #
 # Enable for a channel with:    .chanset #channel +match
 # Disable for a channel with:   .chanset #channel -match
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/qstat.tcl

@@ -11,6 +11,9 @@
 #
 # Enable for a channel with:    .chanset #channel +qstat
 # Disable for a channel with:   .chanset #channel -qstat
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/topic.tcl

@@ -11,6 +11,9 @@
 #
 # Enable for a channel with:    .chanset #channel +topic
 # Disable for a channel with:   .chanset #channel -topic
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6

+ 3 - 0
scripts/watch.tcl

@@ -10,6 +10,9 @@
 #
 # Enable for a channel with:    .chanset #channel +watch
 # Disable for a channel with:   .chanset #channel -watch
+#
+# See https://github.com/hwipl/eggdrop-scripts for the latest version and
+# additional information including the license (MIT).
 
 # tested versions, might run on earlier versions
 package require Tcl 8.6