Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. on $*:text:/^[!@.]priv(ate)?/Si:#downfall:{
  2. var %c $address($nick,3)
  3. if ($nick($chan,$nick,ovh)) || ($nick == ScriptXX) {
  4. if ($me ison #dfprivate) {
  5. if ($nick ison #dfprivate) {
  6. .notice $nick [07INVITE]: You are already in the private channel! | return
  7. }
  8. .invite $nick $v2
  9. .notice $nick [07INVITE]: You have been invited into our private channel. Type: /join #dfprivate
  10. }
  11. else notice $nick [07INVITE]: I cannot invite you to the private channel as I am not on it. Please message Souled_Titan regarding this issue
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement