mIRC Home    About    Download    Register    News    Help

Print Thread
#47897 07/09/03 07:23 PM
S
station
station
S
i was wondering what a great job you guys did with mirc 6.1
it was very good improvment but i have a feature suggestion
i would like to send a message to person who is on the irc server but not nesseraly in the channel of this particular server. this is why i would like maybe another icon which would let me type in a username and check if this person is on the server and that i can message him

thanks i hope you take this into consideration for your next upgrade
please let me know what you guys think

#47898 07/09/03 07:37 PM
Joined: Jan 2003
Posts: 149
J
Vogon poet
Offline
Vogon poet
J
Joined: Jan 2003
Posts: 149
So why not use notify?
/help notify

#47899 08/09/03 06:29 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
This aught to do the trick, I hope this helps. grin
Code:
on 1:NOTIFY: {
  if ($comchan($nick,0) == 0) && ($server == the.server.name) {
    msg $nick Welcome to IRC.
  }
  else {
    Your command on this line.
  }
}

Make sureyou type: /notify Nickname.


Link Copied to Clipboard