Detect IRC Login - 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: Detect IRC Login (
/showthread.php?tid=562262)
Detect IRC Login -
Sascha - 07.02.2015
Hi,
I'm using Incognito's IRC Plugin and I was wondering whether there is a way to detect when a player logs in (/ns identify).
Re: Detect IRC Login -
Vince - 07.02.2015
NickServ is a network service. You can't tap into that. I think you can check if a specific user has the 'r' usermode set, but beyond that you're out of luck. Besides, frequent IRC users are already logged in before they have even joined any channels (/ns ajoin).