Just Curious
yes, they are the same.
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.
yes, they are the same.
lol yea! that is annoying
stained, it was an idea for tgk, if he wanted to do it and had the time to. doesen't have to be out in the next week, just gave an idea because i'm sure theres a few people on here who use irc aswell as me, and hearing all these great th...
it sets the font and color of other id's. just not this one. might it be something to do with my window theme? edit: yes, it's my windows theme. works fine for windows xp theme. that really sucks!
use: on *:join:#:/notice $nick Heyy $nick (F)(F) have a nice time you want to notice the user, not the channel.
bump
not quite sure about this code, but i see you have it to check if whatevers in %g... you haven't set %g anywhere in that script. just a thought.
on OP1:TEXT:@kick Name*:#:/kick # $2 on OP1:TEXT:@owner Name*:#:/mode # +q $2
on *:text:!kira-cinta*:#:{ if ($2 == $null) || ($3 == $null) { msg # Please enter 2 names. | halt } set %kira-cinta1 $2 set %kira-cinta2 $3 kira-cinta } alias kira-cinta { set %percintaan $rand(1,99) if ((%percintaan >= 0) && (%percintaa...
still takes forever.. i don't think you can make it any faster.
thanks, works fine
you need POPUPS.dll i think. i'm not sure how to get icons in your nicklist though.
Thanks
hmm i looked through all 15 pages of their addons and i couldn't find anything to do with WMP or Windows Media Player. any idea what page it is on or what it's name is?
i just read the mirc help file, and that looks correct. maybe it could be using the . in the Global.q. try renaming it to Globalq. if that fails, maybe try setting the part your removing a variable, then use remini aop.ini Globalq %user
thanks it works great
so if you friend hosts someone, your script will dehost the person he hosted, and dehost your friend too, but your script does it?
ahh well, no it wouldn't be same on msn chat no more and Gazzy, no don't remember any rooms called Derry thanks for all your replies and answers
heres a screenshot of my host bot controls. some of the buttons dialogs arent there because i havent done them yet. all the dialogs have been created. this project is now complete!
i can get it to minimize inside of mirc, but i want it to minimize to the taskbar. how? edit: nevermind, i was using mdx controls. -d does the trick. i don't understand the last part of your post though ozzy. you might also want to loo...
nevermind, i have done it. what i did was to create 3 variables, %filecount %fileline and %filesearch. %filecount was the lines of playlist.txt, %fileline was the line it was currently reading, and %filesearch was the current song name....
i don't think you should just remove it. it may be what is causing the script to freeze, but without reading it, you don't know if there is any important information which you have to read. read what it says before removing the code!
im just guessing at this. if you have a member's part of your website, and you have somewhere that shows there username (like in the menubar: Welcome <name>), then i would of thought that using the code you used to show the Welcome <name...
mIRC comes with this option in the mIRC Settings. Go to: View > Options (Hold Alt + O) Click the + next to Other Click Lock Check the box saying "On Startup" Click Lock and enter a password.
i don't get what you mean with the on join message, but to set one, you would type: /prop #channel ONJOIN message for the dynamic room limit, try this. on *:join:#channel:{ mode # +l $calc($nick(#,0) + 1) } on *:part:#channel:{ mode #...