Badword snippet
Please Register to submit score.
| Average Score | 5.0 |
| Scores Submitted | 2 |
| Date Added | May 10, 2008 |
| Last Updated | May 10, 2008 |
| Tags | badword mirc popup |
Introduction
Add, delete or list the badwords by rightclicking.
mIRC Snippet:
Badword snippet
Posted on May 10, 2008 5:34 pm
Posted on May 10, 2008 5:34 pm
um why put
if you have this before it
????
| Code: |
| kick $chan $nick Banned: |
if you have this before it
| Code: |
| ban -k1800 $chan $nick 1 |
????
mIRC Snippet:
Badword snippet
Posted on May 10, 2008 5:47 pm
Posted on May 10, 2008 5:47 pm
probably because i wasn't gonna use ban -k but for some reason i did anyway. :D
so i forgot to remove the kick :)
so i forgot to remove the kick :)
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 5:28 am
Posted on May 11, 2008 5:28 am
Nice Snippet, would love to see this in a dialog
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 6:47 am
Posted on May 11, 2008 6:47 am
I don't have any program to create dialogs, and I will never make them without program. :D
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 2:14 pm
Posted on May 11, 2008 2:14 pm
why use a program for? =/ just make one by hand they are not hard to make.
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 2:27 pm
Posted on May 11, 2008 2:27 pm
lol lazy git
not even Im that N00b
not even Im that N00b
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 3:47 pm
Posted on May 11, 2008 3:47 pm
I don't want to write dialogs by hands! I know they're not hard to make.
Am I noob if i don't want to WRITE dialogs? :)
Am I noob if i don't want to WRITE dialogs? :)
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 6:20 pm
Posted on May 11, 2008 6:20 pm
This is a nice bad word script using hash tables. But upon using it, I've found that it doesn't show the bad words stored. (I don't know maybe it's just me) Instead it shows the date and time only. I did change something a little to and it turns out well and it fits my needs:
| Code: |
| hadd -m Profanity %bw $date $asctime(hh:nn:ss TT) | echo -a 4* 2The bad word $+ 4 %bw 2is added successfully. |
| Code: |
| .List Bad Words: { if (!$hget(badword,1).item) { echo -s 6* 2my badword list is currently empty. } else var %x = $hget(badword,0).data,%d = 0 while (%x) { echo -s 4*1 $hget(badword,%x).data ->4 $hget(badword,%x).item 2is on my profanity list. dec %x | inc %d } } } |
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 7:29 pm
Posted on May 11, 2008 7:29 pm
juhapuha said:
no just lazy =P
| Quote: |
| Am I noob if i don't want to WRITE dialogs? :) |
no just lazy =P
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 8:30 pm
Posted on May 11, 2008 8:30 pm
mIRC Snippet:
Badword snippet
Posted on May 11, 2008 9:26 pm
Posted on May 11, 2008 9:26 pm
| Code: |
| ban -k1800 ... |
| Code: |
| ban -ku1800 ... |
* Dont forget the "u" switch
mIRC Snippet:
Badword snippet
Posted on May 12, 2008 1:29 am
Posted on May 12, 2008 1:29 am
| Quote: |
| lol lazy git not even Im that N00b |
To be honest, I'd rather use a program.
A) I don't think a user wants to go through the labor of constantly adjusting the dialog and making it align perfectly.
B) With programs such as dialog studio, you have alignment tools, etc.; making the final outcome even better than constantly adjusting everything.
Dialogs, in most cases, are used to look better and make things easier to handle. Why go through just as much work creating them? Sure, you might be lazy, but the result is worth it.






