-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathtwitter.conf.sample
More file actions
20 lines (20 loc) · 863 Bytes
/
twitter.conf.sample
File metadata and controls
20 lines (20 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[account-to-channel-mapping]
; Here you can set what channels tweets from accounts you follow go to.
;
; If an account is not listed here then its tweets go to all +twitter channels.
; This is a way to limit specific accounts to specific channels.
;
; Any channel listed here must also be +twitter for tweets to go to it.
;
; Format:
; screen_name1 = #channel1,#channel2
; screen_name2 = #channel3
;
; With the above example if you are these following 3 accounts screen_name1,
; screen_name2, screen_name3 then tweets from the first will show in #channel1
; and #channel2, tweets from the second will show in #channel 3, and tweets from
; the last will show in all channels (that are +twitter).
;
; In addition to updating this file, you can use the !follow trigger. For
; example, !follow <username> <#channel> will set a mapping for <username> to
; <#channel>.