auto add someone

Talk about anything about MSN Messenger for mIRC or leave some comments.
Post Reply
Automatically Accept User

auto add someone

Post by Automatically Accept User »

is there a way you can make this automatically accept anyone who adds you?
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Post by andyc »

There could be a way, I will look to add an option for doing it in the near future.

Thanks.
Shown
Posts: 2
Joined: Wed Sep 24, 2008 15:24 pm

Re: auto add someone

Post by Shown »

i'm also interested in this feature. This could be really useful to msn-bot scripted through IRC
andyc
MSN for mIRC Creator
Posts: 243
Joined: Sun Dec 01, 2002 21:26 pm

Re: auto add someone

Post by andyc »

Can you give this a try.

Press Alt-R in mIRC and go to View > msn.mrc

When in there press Ctrl-G and go to line 363. You should see this:

Code: Select all

    if ($gettok(%msn.data,3,32) == RL) {
      .timer 1 1 msnconfirmadduser $gettok(%msn.data,5,32) $gettok(%msn.data,6-,32)
    }
Change it to:

Code: Select all

    if ($gettok(%msn.data,3,32) == RL) {
      ;.timer 1 1 msnconfirmadduser $gettok(%msn.data,5,32) $gettok(%msn.data,6-,32)
      ;auto add user
      addmsnuser $gettok(%msn.data,5,32)
    }
Let me know how it goes!
Post Reply