Changeset 399
- Timestamp:
- 08/31/10 21:34:49 (18 months ago)
- Location:
- trunk/src/modules
- Files:
-
- 2 edited
-
current_module_version (modified) (1 diff)
-
trad.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/modules/current_module_version
r396 r399 63 63 nioutaik=0.1 64 64 allcompo=0.1 65 trad=0.2.1 365 trad=0.2.14 66 66 videolink=0.4 67 67 alist=0.2 -
trunk/src/modules/trad.c
r344 r399 10 10 bot_set_desc_module ("Traduction multilingues"); 11 11 bot_set_ident_module ("trad"); 12 bot_set_version_module ("0.2.1 3");12 bot_set_version_module ("0.2.14"); 13 13 14 14 bot_add_cmd_handler ("²trad", "trad_public"); … … 30 30 int tek; 31 31 32 plot = strstr (req->buffer, "< textarea name=utrans");32 plot = strstr (req->buffer, "<span title="); 33 33 if (!plot) 34 34 { … … 37 37 } 38 38 39 plot = strchr (plot + 21, '>');39 plot = strchr (plot + 12, '>'); 40 40 if (!plot) 41 41 { … … 45 45 plot++; 46 46 47 ploted = strstr (plot, "</ textarea>");47 ploted = strstr (plot, "</span>"); 48 48 if (!ploted) 49 49 return (0);
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](http://cryptofractalx.ath.cx/imgs/ns-logo-complet.png)