Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #1161
Ticket #1161
: test.scm
File test.scm,
183 bytes
(added by
Kooda
,
10 years ago
)
test case
Line
1
(
use
irc
)
2
3
(
define
con
(
irc:connection
server:
"localhost"
))
4
5
(
irc:add-message-handler!
con
void
)
6
(
irc:add-message-handler!
con
void
tag:
'foo
)
7
(
irc:remove-message-handler!
con
'foo
)
Download in other formats:
Original Format