Use of after
Posted to
tcl
by mjanssen at Wed Jan 12 19:22:40 GMT 2011
view raw
proc
hello {chan nick} {
putquick "PRIVMSG
$chan
:hallo
$nick
"
}
bind
join - * jmsg
proc
jmsg {nick host hand chan
text
} {
after
60000 [
list
hello
$chan
$nick
]
}
Recent Posts
tcl by oldlaptop
1 days ago
tcl by Julian Noble
7 days ago
tcl by oldlaptop
30 days ago
tcl by dandyn
35 days ago
tcl by oldlaptop
38 days ago
tcl by apn
40 days ago
tcl by rmax
43 days ago
tcl by kevin_walzer
46 days ago
tcl by Bradipo
61 days ago
tcl by Stu
83 days ago
Submit
New paste
Documentation
From Jabber