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 schelte
9 days ago
tcl by emiliano
16 days ago
tcl by fvogel
16 days ago
tcl by emiliano
16 days ago
tcl by rmax
33 days ago
tcl by oldlaptop
33 days ago
tcl by schelte
34 days ago
tcl by Bradipo
46 days ago
tcl by kbk
57 days ago
tcl by oldlaptop
60 days ago
Submit
New paste
Documentation
From Jabber