PtokaX forum

Archive => Archived 4.0 boards => Request for Lua 4 scripts => Topic started by: rstandley on 26 March, 2004, 11:45:23

Title: pm
Post by: rstandley on 26 March, 2004, 11:45:23
how do i ask a script to send me a pm with what ever text i want in the pm
Title:
Post by: Yokozuna on 26 March, 2004, 14:15:17
Should be moved to "request for scripts"

Quotehow do i ask a script to send me a pm with what ever text i want in the pm

Search for "Rulesbot" or take a look here:
http://board.univ-angers.fr/thread.php?threadid=168&boardid=12&styleid=1&sid=bf1fdb68c99e13377fa3ad14a95dba26
(use the one from servaks)


Yokozuna
Title:
Post by: plop on 26 March, 2004, 14:23:05
QuoteOriginally posted by rstandley
how do i ask a script to send me a pm with what ever text i want in the pm
SendPmToNick(to, from, data) - Sends a private message to given nick
  to - nickname you want to send the PM to
  from - who's sending the message ?
  data - string to send

the commands scripts use for this can differ a lot from script 2 script.

plop