Pinned2006 IRCX/IRCXPRO Screen shots
i just got bored of the default menus so i switched to a popups dll - much more interesting. as for the theme, it's staying how it is. i might add a few dcx dialogs but that'd be it.
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
i just got bored of the default menus so i switched to a popups dll - much more interesting. as for the theme, it's staying how it is. i might add a few dcx dialogs but that'd be it.
apparently guarddog is good for protecting flooding. try that
what if they haven't used webchat or c: isnt their main directory? unfortunately %windir% doesnt work in mirc so c: is best ^^'
personally, i think it's too cluttered because everything i can see in that right-hand dialog can be done in the nicklist menu but i've never been a fan of docked options dialogs (tried it once but didnt like it). other than that it look...
this is where you can get popups.dll
why would you want to trick it?
Yes, you can. You will just need to add a $replace command, and know $chr numbers. For instance, the $chr of : would be $chr(58) and the $chr of ) would be $chr(41). or use $asc
glad it's not just me then
i found out the one posted on here is ranked like 88 on google videos. the same video (different link) is ranked #14
on *:start:{ splay myfile.mp3 } as for the bg pics, if you're in fullscreen mode, click the lil icon just below the mirc icon and select background. if you're not, click the icon in the top-left corner of the window you wanna change the...
close but it removes all spaces because it would be three dashes in a row, not two. i tried 3 too but that didnt work either - mirc takes the 3 spaces as 1 space then processes the result
$window(@windowname).w returns the width of your current window. good for most things, including aligning
try reducing it a bit to narrow down the problem on 1:text:*:#:{ if ($nick !isop #) && (; $+ $chr(41) isin $1-) { inc %kick.count | kick # $nick Talking [ $+ %kick.count kicks] } } btw, your code says goto winkkick but the code contains...
i would've thought he meant virc, the visual irc client. it's pretty much a simplified version of mirc but it's definitely harder to make scripts if you're used to mirc. you can customise mirc to, really, anything.
dialog kicker { title "Kicks" size -1 -1 346 66 option pixels text "Kick for reason:", 1, 5 9 76 16 combo 2, 88 7 245 100, size drop check "Ban for:", 3, 5 36 67 20 edit "", 4, 87 36 50 21, disable text "Minutes", 5, 150 39 38 16 button...
on 1:TEXT:!mik:#:{ msg # Now Playing : Greenday - Holiday msg # that should wake him up ! splay Greenday-Holiday.mp3 .enable #alarm } #alarm off on *:mp3end:{ splay Greenday-Holiday.mp3 } #alarm end alias f2 { .disable #alarm | echo -a A...
ask petertje - he seems to be the regex guru of the forum
it's basically saying that if the second word after the alias is a number between 0 and 100 then it will ban for that number of minutes, otherwise it will just ban for the amount of time stated. eg: sban person 2 - this will ban person f...
tgk is officially an unofficial techgear scripter. does that count? he uses tg even tough he has his own site and he gets his own sections devoted to gd
shouldn't this be in the guarddog section?
do you have any other on input commands? they usually conflict
khaled's been working on mirc a lil longer than tgk's been working on guarddog so i think he's entitled to update whenever he wants
just a slight mod then: on +1:owner:#:{ mode # -q $nick } on host:join:#:{ mode # +o $nick $ulist($nick).info | access # add host $nick } on owner:join:#:{ mode # +q $nick $ulist($nick).info | access # add owner $nick} on banlist:join:#:...
just to clarify what was wrong, you had at least one bracket mismatch (when you have too many { or } brackets). for example, this line did not have enough closing brackets (}): on admin:TEXT:+search *:#:{ var %a 1 while (%a <= $nick(#,0)...