Commit Graph

10 Commits

Author SHA1 Message Date
Pragmatic Software cc710fc478 Users: find_user_account() now returns undef for $channel if no account found 2020-01-28 18:01:25 -08:00
Pragmatic Software 91d80571e0 Users: `my` command now lists keys if no args 2020-01-26 18:53:30 -08:00
Pragmatic Software 4db3a2ec01 Users.pm: fixes 2020-01-26 12:28:38 -08:00
Pragmatic Software e3d52c7d55 Users: use much more strict hostmask for `my` accounts 2020-01-25 21:18:42 -08:00
Pragmatic Software b0388fa9a6 Users: drop "my_" prefix; ensure account does not already exist 2020-01-25 19:55:43 -08:00
Pragmatic Software 07a6c32416 Users: `my` commands now ignores leading "is " in value 2020-01-25 16:30:39 -08:00
Pragmatic Software c36f9d72bb Users: `my` command: add level sanity check 2020-01-25 16:09:43 -08:00
Pragmatic Software 3e031f3874 Users: fix issues 2020-01-25 14:31:10 -08:00
Pragmatic Software 4e27b036cd Fix issues with Users and add `date` command 2020-01-25 14:13:57 -08:00
Pragmatic Software 5dd03f1c0c Massive refactor: added support for generic users!
Renamed data/admins to data/users
Moved Admins.pm to Users.pm
Moved various subroutines in AdminCommands.pm to more appropriate locations
Deleted AdminCommands.pm
Improvements to Users.pm
Added `my` command
2020-01-25 12:28:05 -08:00