Jump to content

mysticwizard

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by mysticwizard

  1. 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 }
×
×
  • Create New...