diff options
| author | Adam <Adam@anope.org> | 2013-01-30 17:42:33 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2013-01-30 17:44:07 -0500 |
| commit | a62698a14a1c8b735050845b752f7a0f7175c227 (patch) | |
| tree | e126698fd7b35ed3527cf31e8c3c989151304d70 /data | |
| parent | 47af43c2810224ff0f101f8d0ed160100fae6896 (diff) | |
Remove sendpass from the configs and the config reader since it no longer exists
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/data/example.conf b/data/example.conf index 66a75f9f2..872d5a897 100644 --- a/data/example.conf +++ b/data/example.conf @@ -766,7 +766,7 @@ log * * memoserv/sendall memoserv/staff * - * nickserv/getpass nickserv/sendpass nickserv/getemail nickserv/suspend + * nickserv/getpass nickserv/getemail nickserv/suspend * nickserv/resetpass nickserv/release nickserv/list * * nickserv/saset/autoop nickserv/saset/email nickserv/saset/greet @@ -812,7 +812,7 @@ opertype inherits = "Helper, Another Helper" /* What commands (see above) this opertype may use */ - commands = "chanserv/list chanserv/suspend chanserv/topic memoserv/staff nickserv/list nickserv/sendpass nickserv/resetpass nickserv/suspend operserv/mode operserv/chankill operserv/szline operserv/akill operserv/session operserv/modlist operserv/sqline operserv/oper operserv/kick operserv/ignore operserv/snline" + commands = "chanserv/list chanserv/suspend chanserv/topic memoserv/staff nickserv/list nickserv/resetpass nickserv/suspend operserv/mode operserv/chankill operserv/szline operserv/akill operserv/session operserv/modlist operserv/sqline operserv/oper operserv/kick operserv/ignore operserv/snline" /* What privs (see above) this opertype has */ privs = "chanserv/auspex chanserv/no-register-limit memoserv/* nickserv/auspex nickserv/confirm" @@ -998,19 +998,6 @@ mail %N administrators." /* - * The subject and message of emails sent to users when they request SENDPASS. - */ - sendpass_subject = "Nickname password for %n" - sendpass_message = "Hi, - - You have requested to receive the password of nickname %n by e-mail. - The password is %p. For security purposes, you should change it as soon as you receive this mail. - - If you don't know why this mail was sent to you, please ignore it silently. - - %N administrators." - - /* * The subject and message of emails sent to users when they request a new email address. */ emailchange_subject = "Email confirmation" |
