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
Joined:
Apr 2003
Posts: 8
S
sNif
OP
Nutrimatic drinks dispenser
OP
sNif
Nutrimatic drinks dispenser
S
Joined:
Apr 2003
Posts: 8
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
Joined:
Dec 2002
Posts: 2,809
C
codemastr
Hoopy frood
codemastr
Hoopy frood
C
Joined:
Dec 2002
Posts: 2,809
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,985
Hill End, NSW, Australia
Watchdog
Hoopy frood
Watchdog
Hoopy frood
Joined:
Dec 2002
Posts: 2,985
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
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Website
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage