Home
About
Download
Register
News
Help
Register
Log In
Forums
Developers
#channel detection
Forums
Active Threads
Search
Who's Online
Help
Print Thread
#channel detection
#
19852
17/04/03
07:56 PM
S
sNif
sNif
S
Can someone tell me a good "#channel-detection" source for C/C++?
I mean in mIRC if someones says #channel then if i put my cursor on it, then the cursor-pic will change... etc. and i can click it. so its like some kind channel detection ?
Copy Link to Clipboard
Re: #channel detection
#
19853
17/04/03
09:19 PM
C
codemastr
codemastr
C
C/C++? In case you haven't noticed, these are mIRC forums, not C/C++ forums.
Copy Link to Clipboard
Re: #channel detection
#
19854
20/04/03
05:34 PM
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
W
Watchdog
Hoopy frood
Watchdog
Hoopy frood
W
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
What exactly is this "channel detection" meant to do?
If it is anti-advertising then just nail something like this:
Code:
ON *:TEXT:*:#: { if ($chr(35) isin $1- && # !isin $1-) { kick # $nick No advertising! } }
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage