Talker system.
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jul 01, 2009 |
| Last Updated | Jul 01, 2009 |
Introduction
mIRC Snippet:
Talker system.
Posted on Jul 1, 2009 4:35 pm
Posted on Jul 1, 2009 4:35 pm
I originally didn't space it out, but a friend wanted the code and not spacing it made lines group together and made the script hard to copy, so I spaced it out to give to my friends.
mIRC Snippet:
Talker system.
Posted on Jul 1, 2009 5:52 pm
Posted on Jul 1, 2009 5:52 pm
Nicely done there. But you can save yourself an if statement and a closing bracket by combining them with ||
or
| Code: |
| if (/ !isin $left($1,1)) || (! !isin $left($1,1)) { |
or
| Code: |
| if (!$istok(/ !,$left($1,1),32)) { |
mIRC Snippet:
Talker system.
Posted on Jul 1, 2009 6:17 pm
Posted on Jul 1, 2009 6:17 pm
Cool! Thanks for the suggestions. I appreciate it! :]
mIRC Snippet:
Talker system.
Posted on Jul 25, 2009 9:28 am
Posted on Jul 25, 2009 9:28 am
Can some One Please explain to me how this code works?
mIRC Snippet:
Talker system.
Posted on Jul 25, 2009 11:23 am
Posted on Jul 25, 2009 11:23 am
or regex
| Code: |
| if ($regex($1,/^[\/!].*$/Si)) { |
mIRC Snippet:
Talker system.
Posted on Jul 26, 2009 4:05 pm
Posted on Jul 26, 2009 4:05 pm
D2K7: It's enabled through menus. It's just a simple talker. :]









