summaryrefslogtreecommitdiff
path: root/src/irc/bot/users.sample
blob: 72e534a8f0b4f6f3dc159c6f6b000981f1b4fa7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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; }
    );
  };
};