Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ON *:INVITE:#: {
  2. if ($me == Axis) {
  3. msg #Axis.l 14** (7Invite14): ~7> $nick invited me to $chan
  4. }
  5. }
  6. }
  7.  
  8. on *:TEXT:*INVITE*:#Axis.l: {
  9. if ($me == Axis[CB]) {
  10. if ($me ison $chan) {
  11. join $8
  12. msg $8 I am Axis
  13. write ajoin.list $8
  14. msg #Axis.l 14** (7Auto Join14): ~7> Channel $8 added for Auto Join!
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement