Skip to content
Buzzen Chat Network

Simple Coonection / Buzzen

A TG007 community discussion started by JOhnson.

Discussion 4 posts
Page 1 of 1
Open
Topic #11994 · 4 published posts · 1,469 views
: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.

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 Feb 1, 2009 6:57 PM by mysticwizard
:lmaojump: Cheers mysticwizard I will take a look at that as soon as I get mirc 6.35 downloaded ready for buzzen ... will let you know how I go one fella nasi tuke = thank you fella :D