Yerp
Code:
 
alias -l e {
  ; First, replace ¡ with $chr(124) [which happens to be |]
  ; Then replace ¨ with $chr(32) [space] and $chr(3) ['color'
  ; character - you'll find it's needed to keep the spaces,
  ; otherwise mIRC will trim them.
  ;
  echo $replace($1-, $&
    ¡,$chr(124), $&
    ¨, $chr(32) $+ $chr(3))
}
;
alias bnhelp {
  ; I know it seems horrible, but I've replaced whitespace with the character; "¨", and | with "¡"
  ;
  e ¨_______________________________________________________________¨
  e ¡¨¨¨¨¨¨¨¡\¨¨¨¨/¡¨¡¨¡\¨¨___¨¨¨_¨¨¨__¨¨_____¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¡¨\¨¨/¨¡¨¡¨¡/¨¡¨¨¨¨¨¡_¡¨¡¨¨¡¨¨¨¡¨¨¨¨by¨Cobi¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¡¨¨\/¨¨¡¨¡¨¡\¨¡___¨¨¡_¡¨¡__¡¨¨¨¡¨¨¨irc.winbots.co.uk¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨_¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¡¨¨¡¨¡\¨¡¨¡/¨¡_¨¨¡\¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¡_¨¡¨¡¨\¡¨¡\¨¡_¨¨¡/¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨_________________¡\___________¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡
  e ¡¨¨¨¨¨¨¨------------------------commands----------------------¨¨¡
  e ¡¨¨¨¨¨¨¡¨/bnping¨<bot¡all>¨--¨pings¨a¨bot¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnop¨<chan>¨<nick>¨--¨ops¨a¨nick¨on¨a¨channel¨¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bndeop¨<chan>¨<nick>¨--¨deops¨a¨nick¨on¨a¨channel¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnvoice¨<chan>¨<nick>¨--¨voice¨a¨user¨on¨a¨chan¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bndevoice¨<chan>¨<nick>¨--¨devoice¨a¨nick¨on¨a¨chan¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnhop¨<chan>¨<nick>¨--¨halfops¨a¨nick¨on¨a¨channel¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bndehop¨<chan>¨<nick>¨--¨dehalfops¨a¨nick¨on¨a¨chan¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnrejoin¨<bot¡all>¨<chan>¨--¨rejoins¨bot¨to¨channel¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnjoin¨<bot¡all>¨<chan>¨--¨joins¨bot¨to¨channel¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnpart¨<bot¡all>¨<chan>¨--¨parts¨bot¨from¨channel¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnmode¨<chan>¨<mode>¨--¨changes¨a¨channel¨mode¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bntopic¨<chan>¨<topic>¨--¨changes¨a¨channel¨topic¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnerror¨<bot¡all>¨<msg>¨--¨sends¨a¨botnet¨error¨msg¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnsuccess¨<bot¡all>¨<msg>¨--¨sends¨success¨msg¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnnotice¨<bot¡all>¨<msg>¨--¨sends¨notice¨msg¨¨¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnserver¨<bot¡all>¨<server>¨--¨connects¨to¨server¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bncurrent¨<bot¡all>¨<server>¨--¨changes¨current¨svr¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnauser¨<bot¡all>¨<user>¨<level>¨--¨adds¨a¨user¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bnhelp¨--¨shows¨this¨msg¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¡¨¡
  e ¡¨¨¨¨¨¨¡¨/bndrop¨<bot>¨<reason>¨--¨sends¨reason,¨drops¨socket¨¡¨¡
  e ¡¨¨¨¨¨¨¡______________________________________________________¡¨¡
  e ¡_______________________________________________________________¡
}