Hi Tomao.
Could you please tell me where exactly should I put those code lines? I tried this: Opened mIRC in which I run my trivia bot, opened script editor (aliases.ini), pasted this line:
//echo $utfencode(АаБбВвГгДдЂђЕеЖжЗзИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЋћУуФфХхЦцЧчЏџШш)
in the bottom of the document (right below the lines that were added to the code by its creator to allow CP1251 characters). Then I switched to Remote tab, created new script.ini and pasted inside your second code:
on *:TEXT:*:#: {
if (<EncodedResultHere> isin $1-) {
msg $chan $nick says $v1
}
}
I tried to leave <EncodedResultsHere>, I tried to replace it with: АаБбВвГгДдЂђЕеЖжЗзИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЋћУуФфХхЦцЧчЏџШш and finaly tried replacing it with <АаБбВвГгДдЂђЕеЖжЗзИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЋћУуФфХхЦцЧчЏџШш> but nothing worked

I get this message in my status window:
АаБбВвГгДдЂђЕеЖжЗзИиЈјКкЛлЉљМмНнЊњОоПпРрСсТтЋћУуФфХхЦцЧчЏџШш Unknown command
Or of course, respective substitute for the changed values.
What am I doing wrong?
