Bryan Drewery hace 22 años
padre
commit
94d0dc0cad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mod/channels.mod/tclchan.c

+ 1 - 1
src/mod/channels.mod/tclchan.c

@@ -360,7 +360,7 @@ Context;
       i++;
       i++;
       if (i >= items) {
       if (i >= items) {
 	if (irp)
 	if (irp)
-	  Tcl_AppendResult(irp, "addedby chanmode needs argument", NULL);
+	  Tcl_AppendResult(irp, "addedts chanmode needs argument", NULL);
 	return TCL_ERROR;
 	return TCL_ERROR;
       }
       }
       chan->added_ts = atoi(item[i]);
       chan->added_ts = atoi(item[i]);