toribio

toribio

Sep 24th, 2009
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. if(!strcmp(cmd, "/test", true))
  2. {
  3.     new msn[128], File:log;
  4.     strmid(msn, cmdtext, strlen(cmd)+1, strlen(cmdtext));
  5.     log = fopen("msn.log", io_append);
  6.     fwrite(log, msn);
  7.     fwrite(log, "\r\n"); //nova linha
  8.     fclose(log);
  9. }
Add Comment
Please, Sign In to add comment