SA-MP Forums Archive
Help with irc bot needed. - 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: Help with irc bot needed. (/showthread.php?tid=529030)



Help with irc bot needed. - PMH - 31.07.2014

I want a script that would make a bot on irc server which will be online aong with my server. and I can use it too, read the pm's it recieve on irc basically i wud be able to connect as the bot. so i would see the whole chat on irc which while i was off, but the bot wasn't

hope u understand me if no then nvm :P lol


one more question, making new topic for it wud be stupid
when i player types in cmd, how to make that cmd visible to the admin(even the invalid oneS)


Re: Help with irc bot needed. - chintan - 31.07.2014

if(gTeam[playerid] == TEAM_CVILIAN/CLASS)
{
ShowPlayerDialog(playerid,DIALOG_COMMANDS,DIALOG_S TYLE_MSGBOX,"{0000FF}CLASS COMMANDS"","Ok","Cancel");
format(string,sizeof(string),"4[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
IRC_GroupSay(gGroupAdminID,IRC_ADMINCHANNEL,string );
format(string,sizeof(string),"[ADMIN SPY] %s(%d) has typed /commands.",PlayerName(playerid),playerid);
SendClientMessageToAllAdmins(string);
}


Re: Help with irc bot needed. - chintan - 31.07.2014

it is included for irc also
just add this lines in your class/civilian lines


Re: Help with irc bot needed. - Ritzy2K - 31.07.2014

chutiye dono k dono


Re: Help with irc bot needed. - chintan - 31.07.2014

sale baraber to hai


Re: Help with irc bot needed. - Ritzy2K - 31.07.2014

yep.. xD


Re: Help with irc bot needed. - chintan - 31.07.2014

acha meri help karde bhai https://sampforum.blast.hk/showthread.php?tid=529055 wo array kaha pe dalu bata


Re: Help with irc bot needed. - Ritzy2K - 31.07.2014

daal diya soltuion.. check krle


Re: Help with irc bot needed. - Vince - 31.07.2014

Read the logs or get a bouncer if you want to do that. An IRC bot is intended for people who want to follow the chat in real time.