RE: [NeoStats-Devel] [Commits] r363 - branches/3.0
"M" <[email protected]> Fri, 12 Aug 2005 23:43:08 +0100
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: [email protected] [mailto:[email protected]] > Author: Fish > Modified: branches/3.0/scan.c > int ScanCTCPVersion(Client *u, char* buf) { > + strip_mirc_codes(buf); > return Scan(DET_CTCP, u, buf); > } Is there ever likely a need for us to use an original unstripped form? If not, maybe we should strip core side. I am also considering storing the CTCP responses such as this in the User struct so we could potentially store both but I am not sure if there is any worth in the original form.