aboutsummaryrefslogtreecommitdiff
path: root/connector/connector.go
diff options
context:
space:
mode:
Diffstat (limited to 'connector/connector.go')
-rw-r--r--connector/connector.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/connector/connector.go b/connector/connector.go
index fd49c7e..55e0e34 100644
--- a/connector/connector.go
+++ b/connector/connector.go
@@ -79,6 +79,9 @@ type Handler interface {
// Called to save updated configuration parameters
SaveConfig(config Configuration)
+ // Called to notify user of stuff going on
+ SystemMessage(message string)
+
// Called when a room was joined (automatically or by call to Connector.Join)
Joined(roomId RoomID)