invite notice

By RoninWarrior on Oct 27, 2005

on invite you should be prompted to accept = yes or decline = no
with invite nick,msg,channel,server,time.

Copy and paste into your remotes and wait to be invited.

dialog rwi {
  title "Invited Notice"
  size 412 150 295 123
  button "Yes", 2, 187 93 50 25
  button "No", 3, 241 93 50 25, cancel
}
on *:DIALOG:rwi:sclick:2:{ scid $cid | join %invited }
on *:DIALOG:rwi:sclick:3:{ notice %invitenick SORRY but I am busy right now and i wont be joining %invited }
on *:invite:#:{
  BEEP 5 100
  if ($chan isin $nick) { join $chan | halt }
  if ($dialog(rwi)) { notice %invitenick SORRY but I am busy right now. }
  set %invited $chan
  set %invitenick $nick
  set %server $server
  set %time $time(hh:nn:ss TT)
  dialog -m rwi rwi
}

Comments

Sign in to comment.
RoninWarrior   -  Oct 28, 2005

hrmm well any way i will recheck everything again and retest it to fix it thanks for the errors WDragon.

 Respond  
WDragon   -  Oct 28, 2005

not bad but it didnt tell me the nick inviting me or the room name.. also when i pressed on the yes button the dialog didnt close but did when i pressed no

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.