SA-MP Forums Archive
IRC Plugin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: IRC Plugin (/showthread.php?tid=312019)



IRC Plugin - MR,Mr - 19.01.2012

I have just started using incognito's IRC plugin, and I used the sample script. I changed everything to the relevant details such as:

server to chat.freenode.net
channel to the right, registered channel.

And I left everything else the same...
Nothing is shown in console about the bot connecting etc. and no chat is sent to the irc channel.

Any ideas if I'm doing something wrong, or what may be the reason?

(The plugin loads fine - it says so in the server log)


Re: IRC Plugin - Sascha - 19.01.2012

did you also remember to add the filterscript name to the server.cfg (it's worth to check before saying "ofc I did!" straight away)? guys often forget about that..
also check again that the .amx is saved in the correct filterscripts folder.


Re: IRC Plugin - MR,Mr - 19.01.2012

Yes, I have. I get the filterscript load up message in console.


Re: IRC Plugin - Sascha - 19.01.2012

hm did you change anything on the timers in the filterscript init?


Re: IRC Plugin - MR,Mr - 19.01.2012

Only thing I've changed are the server defines, and botnames


Re: IRC Plugin - Konstantinos - 19.01.2012

I had checked some of the IRC FS from the forum some months ago and some of them don't work. The messages didn't load on the console, neither the IRC bots connected on the IRC network\channel.


Re: IRC Plugin - MR,Mr - 19.01.2012

I'm using incognitos plugin and sample FS.

Solved... stupid me: Forgot to put sscanf on the plugins line!