diff options
Diffstat (limited to 'src/irc/bot/users.sample')
-rw-r--r-- | src/irc/bot/users.sample | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/irc/bot/users.sample b/src/irc/bot/users.sample new file mode 100644 index 00000000..72e534a8 --- /dev/null +++ b/src/irc/bot/users.sample @@ -0,0 +1,18 @@ +users = +{ + mynick = { + flags = oa; + masks = ( + { mask="*!*@somewhere" }, + { mask="*!*@somewhere.else"; not_flags=a; } + ); + }; + + other = { + masks = ( { mask="*!nick@home.org"; } ); + channels = ( + { channel = "#irssi";flags = oa; }, + { channel = "#chan";flags = oa; } + ); + }; +}; |