| View previous topic :: View next topic :: Print Version |
| Author |
Message |
eggys

Joined: 11 Jun 2005 Posts: 44
|
Posted: Thu Jun 23, 2005 9:43 am Post subject: auto identify |
|
|
share with all user
on serv:NOTICE:*IDENTIFY*:?:{
if ($network !== webnet) { halt }
.timerident 1 3 identify_name
}
alias identify_name {
.nickserv identify $?*="What is your password?"
.umode -mM
}
* Put in Users
serv:NICKSERV
-toman- |
|
| Top | Bottom |
|
 |
[aus]

Joined: 15 Mar 2003 Posts: 14 Location: United Kingdom
|
Posted: Mon Apr 21, 2008 9:38 pm Post subject: |
|
|
| where can i put this code.remote or another put?? |
|
| Top | Bottom |
|
 |
sharil
Joined: 02 Sep 2004 Posts: 5 Location: Kuala Kangsar,Perak Malaysia
|
Posted: Fri Jul 18, 2008 4:33 pm Post subject: |
|
|
| how remote this funtion.....can tell me now |
|
| Top | Bottom |
|
 |
nikb WM Employee

Joined: 07 Feb 1998 Posts: 2759 Location: Las Vegas, NV, USA
|
Posted: Fri Jul 18, 2008 5:21 pm Post subject: Re: auto identify |
|
|
| eggys wrote: | | share with all user |
Or don't... Why not tell people how to PROPERLY identify to their nickname, either by using a server password OR by using the extended NICK command?
-n |
|
| Top | Bottom |
|
 |
teddybear
Joined: 01 Aug 2007 Posts: 39 Location: muyyaQ.blogspot.com
|
Posted: Mon Jun 29, 2009 2:57 pm Post subject: |
|
|
why not using this?
on connect: {
if ($network != webchat) { halt }
else { ns sidentify <yournicknamehere> <yournicknamepasswordhere> }
} |
|
| Top | Bottom |
|
 |
M3R4H

Joined: 21 Apr 2010 Posts: 3 Location: Atas Tanah ( Tepi Rumah Mu )
|
Posted: Thu Jul 01, 2010 9:05 pm Post subject: |
|
|
on *:load:{ set %nick $$?="Enter Ur Nickname:" | set %pass $$?="Enter Ur Password : " }
-----------------------------------------------------------
on *:connect:{
.timer -mc 1 0290 ns sidentify %nick %pass
.umode -mMep+Li
}
---------------------------
raw 001:*: { ns sidentify %nick %pass $+ $crlf $+ umode -m }
-----------------------
raw *:*:{ haltdef
if ($event == 001) { ns sidentify %nick %pass $+ $crlf $+ umode -m }
}
--------------
raw *:*:{ if $findtok(001,$gettok($numeric,1,32),1,46) { ns sidentify %nick %pass $+ $crlf $+ umode -m }
-------------------------------
on *:start: { idty }
alias idty {
window -h @Dmx
/.debug -i @Dmx $ $+ M3R4H
}
alias Dmx {
.tokenize 32 $1-
if $findtok(PING,$gettok($2,1,32),1,46) { echo -s 1,4[0 $gettok($2,1,32) 1,4]0 $calc($calc($2 - $gettok($3-,1,32)) / 1000) 4Sec(0s4) }
if ($wildtok($3,001,1,32)) { ns sidentify %nick %pass $crlf $+ umode -m }
} |
|
| Top | Bottom |
|
 |
Manit

Joined: 16 Oct 2007 Posts: 111
|
Posted: Tue Jul 06, 2010 4:03 am Post subject: |
|
|
| Why not go to your Mirc option and go look for your perform and type that in. Its pretty simple and easy then open a mirc remote and paste the code in..? |
|
| Top | Bottom |
|
 |
mell

Joined: 07 Oct 2008 Posts: 82 Location: existing Kuala Lumpur, MY - working in Australia, Singapore, Qatar & Dubai.
|
Posted: Tue Jul 06, 2010 6:03 pm Post subject: |
|
|
I would like to suggest that better go for manually since the password is CONFIDENTIAL.
Is good to having remote but unecessary for confidential thing. Direct identify manually and you can avoid from steal, sabotage,hack and etc.. This kind of problem will face Webmaster staff,and again we're having problem. Sometime human mistake & better to avoid before this kind of thing happen especially ON YOU. That's my opinion. |
|
| Top | Bottom |
|
 |
M3R4H

Joined: 21 Apr 2010 Posts: 3 Location: Atas Tanah ( Tepi Rumah Mu )
|
Posted: Mon Jul 12, 2010 10:09 pm Post subject: |
|
|
| Wkakakakakakakakka |
|
| Top | Bottom |
|
 |
Neal
Joined: 08 Aug 2009 Posts: 75
|
Posted: Wed Jul 14, 2010 8:55 am Post subject: |
|
|
| M3R4H wrote: | | Wkakakakakakakakka |
Shut the **** up. |
|
| Top | Bottom |
|
 |
masam
Joined: 04 Dec 2008 Posts: 2 Location: Ampang
|
Posted: Thu Aug 26, 2010 7:40 am Post subject: |
|
|
when i identify my nick
it appear like this
You must wait before trying to identify to that nick. |
|
| Top | Bottom |
|
 |
mell

Joined: 07 Oct 2008 Posts: 82 Location: existing Kuala Lumpur, MY - working in Australia, Singapore, Qatar & Dubai.
|
|
| Top | Bottom |
|
 |
|
|
|