/* Oper blocks define your IRC Operators. * Use the default oper block with the given password to connect and create encrypted password using the command at the bottom * Once you have an encrypted password, add that to admin oper block, set your nickname * Don't forget to /rehash after each change you make */ oper default { class clients; mask *@*; password "sisrv"; operclass netadmin; swhois "a Network Administrator"; vhost staff.sisrv.net; }; oper admin { mask *@*; password "$argon2id$v=19$m=8192,t=3,p=2$tiOOiY8RXtdbtZUatZL9iYyCvLfw$xzo/NhRwzYLSiOi4eIBQ7L55mb7u+jKNlzteA" { argon2; }; class opers; operclass netadmin-with-override; maxlogins 5; swhois "is a Services Root Administrator"; vhost staff.sisrv.net; }; oper BOT { class opers; mask *@*; password "$argon2id$v=19$m=8192,t=3,p=2$vh2QolHgW20C/f3OHEadZw$EBit2ccarSUHoS+spA3a8Ub4Q3353tmUo4IvPp38CmA" { argon2; }; operclass admin-with-override; maxlogins 4; vhost bot.sisrv.net; }; oper Admin-with-override { class opers; mask *@*; password "$argon2id$v=19$m=8192,t=3,p=2$tiOOiY8ZUatZL9iYyCvLfw$xzRXtdbto/NhRwzYLSiOi4eIBQ7L55mb7u+jKNlzteA" { argon2; }; operclass admin-with-override; maxlogins 2; vhost staff.sisrv.net; }; oper GLOBAL-IRCop { class opers; mask *@*; password "$argon2id$v=19$m=8192,t=3,p=2$tiOOiY8ZUatZL9iYyCvLfw$xzRXtdbto/NhRwzYLSiOi4eIBQ7L55mb7u+jKNlzteA" { argon2; }; operclass globop; maxlogins 2; vhost staff.sisrv.net; }; /* Type on IRC: /MKPASSWD argon2 test Output: *** Authentication phrase (method=md5, para=test) is: $kXw2DdDK$c6JLW13ZjpQQiTCRCA9VOw== add $kXw2DdDK$c6JLW13ZjpQQiTCRCA9VOw== as oper password instead of "test like the Admin oper block on top */