Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 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. on *:TEXT:*INVITE*:#Axis.l: {
  8. if ($me == Axis[CB]) {
  9. if ($me ison $chan) {
  10. join $8
  11. .timer 1 1 msg $8 MSG TEXT HERE
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement