Making Others Peoples Font in Chat Coloured
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.0 |
| Scores Submitted | 1 |
| Date Added | Dec 14, 2006 |
| Last Updated | Dec 16, 2006 |
| Tags | colour |
|
|
Introduction
you have to supply the nick names
i tried it with $address and also $nick
was tested on 6.2 and worked
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 14, 2006 2:12 pm
Posted on Dec 14, 2006 2:12 pm
lol it will take 3 hours to replace nickname with nick, why not using variables?
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 14, 2006 2:55 pm
Posted on Dec 14, 2006 2:55 pm
im alwayz up for new ideas
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 15, 2006 12:24 am
Posted on Dec 15, 2006 12:24 am
if (nicknameisin $address) { echo $chan 8,2.: $timestamp $+ 8,2:.1,10 $+ $nick $+ 8,2.:15,10 $1-
halt
}
you need a space in between the nickname and isin
halt
}
you need a space in between the nickname and isin
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 16, 2006 8:44 am
Posted on Dec 16, 2006 8:44 am
ty for catching that error furby. its been updated
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 16, 2006 11:43 am
Posted on Dec 16, 2006 11:43 am
>.> ;x this time im only a couple of hours late XD
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 16, 2006 12:19 pm
Posted on Dec 16, 2006 12:19 pm
replace
if (nickname isin $address) {
with
if (%thenick == $nick) {
and on:load /set %thenick $$?="What nick should be colored?"
if (nickname isin $address) {
with
if (%thenick == $nick) {
and on:load /set %thenick $$?="What nick should be colored?"
mIRC Snippet:
Making Others Peoples Font in Chat Coloured
Posted on Dec 19, 2006 5:31 am
Posted on Dec 19, 2006 5:31 am
Why not just use Highlighting?





