summaryrefslogtreecommitdiff
path: root/msg.go
diff options
context:
space:
mode:
Diffstat (limited to 'msg.go')
-rw-r--r--msg.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/msg.go b/msg.go
index 9c30abc..2f09c35 100644
--- a/msg.go
+++ b/msg.go
@@ -28,6 +28,10 @@ func (m *Message) Dispatch() {
}
}
+func (m *Message) Replyt(t Tuple) {
+ m.ret.reply(t)
+}
+
func (m *Message) Reply(t ...interface{}) {
m.ret.reply(Tup(t...))
}