Page MenuHomeDevCentral

D2031.id5134.diff
No OneTemporary

D2031.id5134.diff

diff --git a/IRC.tcl b/IRC.tcl
new file mode 100644
--- /dev/null
+++ b/IRC.tcl
@@ -0,0 +1,13 @@
+bind evnt - init-server evnt:onconnect
+
+proc evnt:onconnect {type} {
+ identify_to_nickserv
+}
+
+proc identify_to_nickserv {} {
+ global nickserv_password username
+
+ if {[info exists nickserv_password]} {
+ putquick "nickserv identify $username $nickserv_password"
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 13:23 (18 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257505
Default Alt Text
D2031.id5134.diff (395 B)

Event Timeline