Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

tags

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help
Author Message
walkingtwig
none
none


Joined: 05 Feb 2005
Posts: 1

PostPosted: Mar 12, 2005 2:10pm    Post subject: tags Reply with quote

how do you make tags?

<nick>    ** PîZzŧ ** text ** PîZzŧ**   
Back to top
Dan_C
none
none


Joined: 09 Nov 2004
Posts: 18

PostPosted: Mar 12, 2005 6:12pm    Post subject: Re: tags Reply with quote

walkingtwig wrote:
how do you make tags?

<nick>    ** PîZzŧ ** text ** PîZzŧ**   


the easy way to do this, is use windows character map, found in your system tools folder. or go to run and enter charmap.exe. But note that not all fonts are compatible with miRC, so play around with it and find something you like.
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 2064
Location: New Zealand

PostPosted: Mar 13, 2005 6:40am    Post subject: Reply with quote

once ya have sorted out both parts of your tags, type this into the mIRC scripts editor (if you use mIRC 6 or later):

Code:

on *:INPUT:#:{
  ;check for command character
  if ($left($1,1) == /) {
    if ($ctrlenter) {
      ;used for displaying commands
      say $1-
      halt
    }
    if (!$ctrlenter) {
      ;process a command
      return
    }
  }
  say <tag1> $1- <tag2>
  halt
}


thus, everytime you enter a message into a channel, it will be decorated with your tags (with the exception of issuing commands)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer