/[dragonmtn]/snowwhite/nickserv.c
ViewVC logotype

Diff of /snowwhite/nickserv.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by Halcy0n, Tue Apr 5 20:48:54 2005 UTC revision 1.2 by Halcy0n, Thu Apr 7 01:37:00 2005 UTC
# Line 5336  NCMD(ns_getpass) Line 5336  NCMD(ns_getpass)
5336                  sprintf(buf, "On IRC, use: /NickServ SETPASS %s %s <password>\n",                  sprintf(buf, "On IRC, use: /NickServ SETPASS %s %s <password>\n",
5337                          targetNick->nick, pwAuthKey);                          targetNick->nick, pwAuthKey);
5338                  email->body += buf;                  email->body += buf;
5339                  email->body += "Or navigate to: "                  //email->body += "Or navigate to: "
5340                  "http://astral.sorcery.net/~sortest/setpass.php?u_nick=";                  //"http://astral.sorcery.net/~sortest/setpass.php?u_nick=";
5341                  email->body += urlEncode(targetNick->nick);                  //email->body += urlEncode(targetNick->nick);
5342                  email->body += "&u_ck=";                  //email->body += "&u_ck=";
5343                  email->body += urlEncode(pwAuthKey);                  //email->body += urlEncode(pwAuthKey);
5344                  email->body += "\nTo choose your new password.\n\n";                  //email->body += "\nTo choose your new password.\n\n";
5345    
5346                  sprintf(buf, "This key was recovered by %s at %s\n",                  sprintf(buf, "This key was recovered by %s at %s\n",
5347                                  nick->nick, ctime(&(doot)));                                  nick->nick, ctime(&(doot)));

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26