Guest User

Untitled

a guest
Jan 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. ON *:TEXT:*:#inferno: {
  2. if (invite isin $1) {
  3. ignore -u5 $address
  4. set %tempnick $nick
  5. ns status %tempnick
  6. }
  7. }
  8. On *:NOTICE:*:?: {
  9. if ($nick == NickServ) {
  10. if (%tempnick) {
  11. if ($3 == 3) {
  12. invite %tempnick #soulfire
  13. .notice %tempnick You have been invited to #Soulfire, please type /Join #Soulfire
  14. return
  15. }
  16. else .notice %tempnick You are not identified, please use /ns id <ircpass>
  17. return
  18. }
  19. }
  20. }
Add Comment
Please, Sign In to add comment