This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 4rpl:commands:registerformsg [2021/03/31 00:31] – [Description] Clarification of limits. durikkan | 4rpl:commands:registerformsg [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | <= [[4rpl: | ||
| - | ====== | + | ====== |
| - | RegisterforMsg(< | + | RegisterForMSG(< |
| ===== Description ===== | ===== Description ===== | ||
| Line 13: | Line 14: | ||
| is invoked on the script. That var can have any type, it depends what type the sender sent.\\ | is invoked on the script. That var can have any type, it depends what type the sender sent.\\ | ||
| - | Messages are registered by channel. So if you call RegisterForMsg | + | Messages are registered by channel. So if you call RegisterForMSG |
| RegisterForMSG is persistent, so you only need to call it once. | RegisterForMSG is persistent, so you only need to call it once. | ||
| Line 28: | Line 29: | ||
| === See also === | === See also === | ||
| - | + | ||
| - | * [[4rpl: | + | * [[SendMSG]] |
| + | * [[4rpl: | ||
| < | < | ||