Changeset 39993 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 02/11/17 18:12:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r39581 r39993 884 884 tmpstr = command(link); 885 885 tmpstr = string_newline(tmpstr); 886 887 if(ostrstr(link, ".sh play ") != NULL) 886 printf("0000000\n"); 887 888 if(ostrstr(tmpstr, "gethoster2") != NULL) 889 { 890 tmpstr = string_replace_all("gethoster2 ", "", tmpstr, 1); 891 streamurl = hoster(tmpstr); 892 } 893 else if(ostrstr(link, ".sh play ") != NULL) 888 894 streamurl = ostrcat(tmpstr, NULL, 0, 0); 889 895 else if(ostrstr(link, ".sh hoster ") != NULL)
Note: See TracChangeset
for help on using the changeset viewer.