Jump to content

Simple Coonection / Buzzen


JOhnson

Recommended Posts

:lmaojump: Is there anyone who has a simple buzzen connection ... something basic that allows you to put your email / password and join buzzen /then join a room ... Warrior gave one for SPCN ... as much as im still learning and tried myself to alter the code and learn from what he gave me ... I cant join buzzen with it.
Link to comment
Share on other sites

Hi johnson.

 

The most basic connection (without sockets) is the following:

 

You have to put in irc.buzzen.net in the server list of mIRC and after entering what I say below press connect.

 

Put this in the remote section of the script (press ctrl+r)

 

ON ^*:LOGON:*: {
  AUTHTYPE ircwx1
  LOGINH [email protected] $md5(password)
  USER $me * * 
  CLIENTMODE CD2
  HALT
}

 

You might want two implement these to things too to remove textformatting:

alias striptextformat {
  return $regsubex($1-,/(\[style (ff:.*?;|(bg)?co?:?.*?;?|[ubi];)[^ ]*?]|\[/style\])/ig,$null)
}

ON ^*:TEXT:*:#: {
      echo # $striptextformat($1-)
      haltdef 
}

Edited by mysticwizard
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...