Guest Seifer Posted September 7, 2003 Report Posted September 7, 2003 I'm trying to make a bot command as !shutup name I need to make the bot pm the person who is specified, i tried using sendRemotePrivate, but it won't work using that as i need a basic private message sent to them. How can i make it send a 'non remote' private message to that person? :?
ExplodyThingy Posted September 9, 2003 Report Posted September 9, 2003 Gotta iterate through the playerlist and match the name to the player. When you match one, do sendPrivate(parse->item,"*shutup");. In the iterator, the Player *p will be set as parse->item.
Recommended Posts