Top

Comments

  (4)  RSS
[Erik]'s
[Erik]
Comments: 3
 
mIRC Snippet:  Simple Pager
Posted on Jun 22, 2008 9:58 pm
yes i know it dose not do any thing any way i added $chan to see what chan it was and removed $fulldate since it is usless.
RusselB
Comments: 101
 
mIRC Snippet:  Simple Pager
Posted on Jun 22, 2008 10:29 am
Your code has an extra } at the end.
peterpowell
Comments: 48
 
mIRC Snippet:  Pm blocker
Posted on Jun 20, 2007 3:05 am
Quote:
echo -t @Messages


hm.. perhaps check if @Messages is open first ;)

-pp
Lindrian
Comments: 755
 
mIRC Snippet:  Pm blocker
Posted on Jun 15, 2007 6:24 am
A suggestion would be to use /set $+(%,var,.,$nick) so they wont overwrite eachother. or /set %var. [ $+ [ $nick ] ]

and then
if ($($+(%,var,.,$nick),2)) {
or
if (%var. [ $+ [ $nick ] ]) {
Bottom