Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ON *:INVITE:#: {
  2. if ($me == ClanScript) {
  3. msg #ClanScript.dev 14** (7Invite14): ~7> $nick invited me to $chan
  4. }
  5. }
  6.  
  7. on *:TEXT:*INVITE*:#Clanscript.dev: {
  8. if ($me == ClanScript[02]) {
  9. if ($me ison $chan) {
  10. join $8
  11. .timer 1 1 msg $8 14Thank you for inviting 4ClanScript14 - SwiftIRC's Clan Bot, Created By:4`James|14 Please take the time to idle in 4#ClanScript14 to support our project.
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement