]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/proto-p10.c
Changed "sslfp" to "certfp" and "SSL fingerprint" to "client certificate fingerprint...
[irc/evilnet/x3.git] / src / proto-p10.c
index 0d9278ae796b22a65a36a30cb456245da0b98267..731b1cf7d477028158f0f6fba94e2e17b64600cb 100644 (file)
@@ -2010,7 +2010,7 @@ static CMD_FUNC(cmd_burst)
     return res;
 }
 
-/* TODO: 
+/* TODO:
  * This is a stub that doesn't actually do anything. It should be completed
  * so that bans on *!*@markname.* match users as it does in nefarious
  */
@@ -2019,7 +2019,7 @@ static CMD_FUNC(cmd_mark)
     const char *tstr;
     int type = 4;
     struct userNode *target;
-    /* 
+    /*
      * log_module(MAIN_LOG, LOG_ERROR, "DEBUG: mark, user %s, type %s, arg %s", argv[1], argv[2], argv[3]);
      */
 
@@ -2058,7 +2058,7 @@ static CMD_FUNC(cmd_mark)
         } else
             target->mark = strdup(argv[3]);
         return 1;
-        
+
     }
     else if(!strcasecmp(argv[2], "CVERSION")) {
         /* CTCP VERSION mark */