Page Title

By Gentleman on Dec 23, 2014

Hi, this code is using for Banning any Ident from channel.
Use: /Bident #chan Nick

Example:

/bident #Hawkee Gentleman

[12:23pm] Gentleman change mode to [+b] !Tokenize@

My Host is: Gentleman!Tokenize@I'm.Gentleman

Alias bident {
  Set %as1 $asc(!)
  Set %as2 $asc(@)
  ;token: *!*@*
  .mode $1 +b $gettok($address($2,0),1,%as2),2,%as1)
  ;Sintax: /bident <#canal> <nick>. (The user must be within the channel)
}

Write here..

Comments

Sign in to comment.
Yawhatnever   -  Dec 26, 2014

Line 5 is missing one $gettok(

 Respond  
Hawkee   -  Dec 24, 2014

Might want to fix your title.

 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.