phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

Implementing SAJOIN #54

Open ToXiC-X opened 5 years ago

ToXiC-X commented 5 years ago

Hello,

Is there a way to implement the SAJOIN command (https://wiki.inspircd.org/Modules/2.0/sajoin), or even RAW messages, without modyfing the core files?

Thanks in advance!

ToXiC-X commented 5 years ago

For now I have created an alias on the server to translate summon to sajoin, but it would be great if a "send raw" method gets implemented.