SA-MP Forums Archive
IRC Plugin Help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: IRC Plugin Help (/showthread.php?tid=260851)



IRC Plugin Help - r3k1lLz_ - 11.06.2011

Hey,
I need help with 2 things with Incognito's IRC Plugin.
Can someone help me out with making a !players command since every-time I try it shows player-id's,
Also I need to know how to make your SA-MP Bot login to NickSERV over IRC since someone keeps stealing the name whenever the servers down.
Help!!


Re: IRC Plugin Help - r3k1lLz_ - 11.06.2011

help!!


Re: IRC Plugin Help - Cyanide - 11.06.2011

The function IRC_SendRaw allows you to identify your IRC bot. Here's an example code for IRC_SendRaw:

pawn Код:
IRC_SendRaw(botid, "nickserv identify mypassword");
You can request your !players command at this thread.


Re: IRC Plugin Help - r3k1lLz_ - 11.06.2011

Thanks I'll have a look now.


Re: IRC Plugin Help - r3k1lLz_ - 11.06.2011

I tried using RAW but it still didn't work..