Guest User

Untitled

a guest
Apr 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. IRCCMD:register(botid, channel[], user[], host[], params[])
  2. {
  3. if (IRC_IsVoice(botid, channel, user))
  4. {
  5. new sMessage[128];
  6. format(sMessage, sizeof(sMessage), "%s are now a registered user.",user,params);
  7. IRC_GroupSay(gBotID[0], channel, sMessage);
  8. }
  9. return 1;
  10. }
Add Comment
Please, Sign In to add comment