View Single Post
  #2  
Old 01-27-2015, 02:09 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
it's pretty easy (using temp.flags for better understanding)

PHP Code:
temp.pl findPlayer(player2receiveMessage);
temp.nick temp.pl.nick;
temp.tab "Reports";
temp.message "Incomming report!";

temp.pl.sendtoirc("privmsg"temp.nicktemp.tabtemp.message); 
The message 'Incomming report!' would appear in the 'Reports' tab with a nick (the green part at the beginning) of your 'temp.pl.nick'.

Additional info:

PHP Code:
TServerPlayer.sendtoirc(strstr) - sends an irc message to the player/RC,
parameters are command and parameterspossible commands are join (channel),
part (channel), topic (channel,topic), privmsg (source,channel,message),
notice (source,channel,message
__________________
MEEP!
Reply With Quote