TextView V1.2

By Korvin on Oct 26, 2007

just put into remotes, and look at the difference =]

i used JayTea's "$isowner" and "$isadmin" to complete this script =]

EDIT: Made Pms in the theme colors =]

if this doesnt automatically set your font to courier new, then set it yourself XD

Comments

Sign in to comment.
Korvin   -  Oct 30, 2007

oo thats for pms =]

 Respond  
Korvin   -  Oct 30, 2007

is it in there? xD

 Respond  
co2h   -  Oct 28, 2007

Contributing again;
You can group if events to make the code cleaner. For example:

 if ($isowner($chan,$nick) == $false) { 
  if ($isadmin($chan,$nick) == $true) { etc }
  if ($nick isop $chan && $isadmin($nick,$chan) == $false) { etc }
} 

You could also just use one haltdef at the end. And why do you include echo -m $nick in your channel text event?

 Respond  
Korvin   -  Oct 28, 2007

comments???

 Respond  
Korvin   -  Oct 28, 2007

// aliases arent working, i dont know why, im trying to fix

 Respond  
Korvin   -  Oct 28, 2007

edited

 Respond  
Korvin   -  Oct 28, 2007

& *

 Respond  
Korvin   -  Oct 28, 2007

the reason its like that, is not all servers use ~ and @ =]

 Respond  
co2h   -  Oct 28, 2007

It would display the mode of the nick. (~,&,@,%,+) I just assumed you were trying to distinguish the owner & admin status somehow so I suggested .pnick. Just a suggestion.

 Respond  
Korvin   -  Oct 28, 2007

what exactly would that do?

 Respond  
co2h   -  Oct 28, 2007

If what you are trying to accomplish is text display, why not use .pnick? It would simplify the code quite a bit, and it would make it appear much cleaner. Perhaps: $iif($left($nick($chan, $nick).pnick != $left($nick,1),$v1,$nick)

 Respond  
Korvin   -  Oct 28, 2007

any more comments?

 Respond  
Korvin   -  Oct 27, 2007

tyvm

 Respond  
Kyousoukyoku   -  Oct 27, 2007

Seems alright. Very thorough coding. :P

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.