Jump to content

Jonny1

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Jonny1

  1. when these accusations were first made I did look at both codes. I dont use mIRC anymore, but I was just curious. I noticed the code was quite different, but the first thing I saw was the work and time that must of been put into making both scripts.

     

    eXphire, what it sounds like your saying is anyone should be able to come along take that work and pass it off as there own, overlooking the months of scripting and testing put into it. yea its a free program and cost no money to script in, but that doesnt take away the hours/days/weeks of work put into each script.

  2. where in mirc is user section ? as for TGK's code and Warriors codes they all look good and as soon as i have time i will try them all again ... but im full of flu at the moment :(

     

    the users tab in the script editor. if you put TGK's code in the remotes and put "admin:yournick" (without the ") in the user section. changing yournick for your mirc nickname it would allow you to do it. there are more secure ways to use the users thing but I dont really remember them.

  3. I was against vista just because it wasnt xp. For a long time I refused to use it and after trying it for a week I had no sound working (had to disable driver signing) and just didnt want to figure out how to use it. Im not usually so stuborn to new things, but I also didnt have much time to learn about vista.

     

    I decided to install vista 2 weeks ago. not sure why, just thought about giving it another try. I found it to be xp with better gfx (aero and themes). I found some online resources that told me how to change vista settings, such as disabling driver signing as I needed it for my onboard sound card. Ive setup vista to be visually pleasing and the best performance I could get out of it. diasbled some effects that I didnt need or notice.

     

    after using it for 2 weeks yesterday I removed xp, since it was taking up a 100gb parition and I hadnt booted it since I installed vista. over all I think people just need to give vista a chance. many people, including myself, just refused to use it because it wasnt xp.

     

    and vista just looks so much better, I got bored of the blue, silver and green choice xp had.

  4. It's a generalized statement. It's a general assumption. As with any general assumption, there are people that go against it, you being one of them. I didn't specifically name anyone, which is why I said parents. And for the record, I was referring to most kids behavior, and their parents limited responsibility in the US.

     

    although i see what your saying, but I dont agree. Maybe its because I'm in the UK and your referring to the US, but in general I think most of the population will look after there kids, just some don't have the computer knowledge like ozzy does.

     

     

  5. i'm completely bored with this whole topic but thought i would come over and take a peek, i've seen that Travis say's Dabba is the only person to have a socket connection for Buzzen for a year now which is completely false cos i myself made my own months ago, and there was one by napalm if i'm not mistaken.

     

    Travis has used code of Dabba's before so why wouldn't he do it again, everyone makes out like he's so great but yet he's always asking others for help and if he can use there code? hmm yh i must have missed something.

     

    simple thing is if your going to use someone's code then just say so dont make out like you haven't and get this whole drama going i've seen dabba code and i have to say he codes like no other scripter i've seen.. then all of a sudden Travis's SoulFly is coded similar?.

     

    but whatever, if you want to use other peoples code just say. anyway cant be bothered anymore.. and i expect the little kiddies to flame me but what ever.. i know about coding.. <wo0t>

     

    Peace~

     

    please, show these similarity's as no one else seems to find them, since you know so much about code.

     

    As Ive seen Dabba has a unique way of scripting, but just because Travis's is similar doesn't mean its identical, or ripped. how many ways are there to write a script for Buzzen?

     

    Also, I haven't looked at Soulfly for a while, but as Travis said, any code he used of others was giving the appropriate credit.

  6. wow, almost missed this topic. it got so big, so fast.

     

    Travis, at first reading these accusations on chains site I thought he wouldn't put his rep on the line without proof and if you haven't seen the thread he was asked many times for that proof. He came up with a hop alias and a ctcp reply. another mod of his forum (who also disliked you) came up with you "ripped the idea". I don't see that being possible, and he didn't explain what he meant.

     

    Chain was able to come up with two alias. Even if you did steal them, which I cant see proof of, his original statement was you ripped *all* the basic functions of the script.

     

    From the first post i read by chain I could tell it was mostly made as a topic to ruin your name, by the words he used to describe you, the fact that he banned you and that he didn't show immediate proof.

     

    I have no idea how all this started, but chain and Dabba have lost there rep with certain people for these accusations. I don't use Buzzen, but I do respect good scripts and I hope you continue making them.

  7. hey, I'm on the live Ubuntu now, its so far seems better than mandriva (which I tried for a brief time), but I find it hard to learn Linux as first off I'm used to windows and second, I don't find enough support for it.

     

    tho my first impressions of this are pretty good, now that I have time I would like to learn how to use it. tho I dont like the design I would like the idea of themes, if there available and maybe some tutorials if anyone knows of any?

     

    gonna look around on live tonight and install tomorrow.

     

    EDIT: I found the themes options and found theres a lot better in there than the orange. I have an second hard drive full of all my videos and music, but it wont let me view it in Ubuntu. I assume thats because its ntfs, is there anyway to view files on ntfs file systems in linux?

  8. I personally only know 2 people who use vista and they only use it because they got it with their computers. Although I'm not sure they would take a rollback now after using it for so long.

     

    I would love to use Linux instead of windows, but theres a steep learning curve that I don't have time for at the minute and I know many others feel the same.

  9. Sorry to be a pain :(

     

    How would I do this.

     

    I have several punishments on my channel for disruptive members such as mutes. I want to do the following.

     

    If <nick> enters #chan -v them, and if someone +v them, i want my bot to -v them and say in the whole channel, <nick> has been muted temporarily from a recieved abuse report. Do not Voice them!

     

    been a while since I made any scripts and not tested but this should work:

     

    on *:join:#: {

    if ($nick != $me) {

    if ($nick isvoice $chan) { mode $chan -v $nick }

    }

    }

     

    on *:voice:#: {

    if ($nick == $me) { halt }

    mode $chan -v $nick

    msg $chan $nick has been muted temporarily from a received abuse report. Do not Voice them!

    }

     

    someone please correct me if Im wrong.

  10. I think thats something in mirc settings, try this:

     

    ALT+O

    Click "IRC" at the left side

    make sure "keep channels open" is ticked

     

    that should work tho I dont use msn :)

×
×
  • Create New...