|
| Author |
Message |
funky_monkey Young One

Joined: 27 Apr 2004 Posts: 86
   
|
Posted: Sat May 01, 2004 1:26 pm Post subject: |
|
|
| Help me please i have got 16 people who are blocked but i dont no how 2 unblock them please help |
|
| Back to top |
|
 |
zander God Like

Joined: 14 Jan 2004 Posts: 540 Location: england
 
|
Posted: Sat May 01, 2004 2:03 pm Post subject: |
|
|
ok type .unblock
then type there email
and keep doing that until there all blocked  |
|
| Back to top |
|
 |
funky_monkey Young One

Joined: 27 Apr 2004 Posts: 86
   
|
Posted: Sat May 01, 2004 2:17 pm Post subject: |
|
|
| huh? |
|
| Back to top |
|
 |
lawrence Senior Member

Joined: 19 Apr 2004 Posts: 203
   
|
Posted: Mon May 03, 2004 1:43 pm Post subject: |
|
|
ooook then.
I have maya , and use this...
| Code: | | <br />if ($msg =~ /^unblock (.*)/i) {<br />$msn->unblock($1);<br />$self->sendmsg("User $1 Has Been Unblocked");<br />goto end;<br />}<br /> |
As Maya and Morph seem to be the same, I guess if you save it in a .pl, and then add it to your mod commands folder thing then it should work. You can use the same for block, with a few easy to work out modifications...
Hope that helped 
Lawrence
P.S. If you cant do that, then the stone age style way is to manually log into the bot's account and unblock the users  |
|
| Back to top |
|
 |
|