From b469c8ddbda62ceecbd10883e4af1fbfe5d54898 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 8 Apr 2017 00:42:37 +0200 Subject: Rejoin channel when kicked (irc). Closes #146 --- bridge/config/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 564ebddb..78274165 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -10,8 +10,9 @@ import ( ) const ( - EVENT_JOIN_LEAVE = "join_leave" - EVENT_FAILURE = "failure" + EVENT_JOIN_LEAVE = "join_leave" + EVENT_FAILURE = "failure" + EVENT_REJOIN_CHANNELS = "rejoin_channels" ) type Message struct { -- cgit v1.2.3