Comments
Join Hawkee
|
Login
Search
in
Code Snippets
Products
Reviews
Forum
Home
Platforms
Cold Fusion
CSS
Javascript
mIRC
mySQL
.NET
OpenSocial
Perl
PHP
Python
Ruby / Rails
TCL
Snippets
Cold Fusion (1)
CSS (2)
Javascript (7)
mIRC (3,747)
mySQL (1)
.NET (6)
OpenSocial (1)
Perl (8)
PHP (132)
Python (1)
Ruby / Rails (6)
TCL (20)
Products
Computers (11,498)
Electronics (7,873)
Software (1,131)
Video Games (3,902)
Reviews
Computers (6,340)
Electronics (16,547)
Software (2,373)
Video Games (7,203)
Comments
Images
Scripts
Code Snippets
Products
Reviews
Profiles
Forum
username
password
auto login
Home
>
Code Snippets
>
Dark-Master's Snippets
>
mIRC
All in one nick control
Please
Register
to submit score.
Average Score
3.0
Scores Submitted
1
Date Added
May 05, 2008
Last Updated
May 05, 2008
Tags
control
ctcp
dcc
nick
status
Introduction
All in one nick control
Type /cdc to start this addon
Enjoy
Grab the Code
alias cdc { dialog -m cdc cdc } dialog cdc { title "Control & DCC & CTCP" size -1 -1 162 68 option dbu box "DCC", 1, 1 1 46 42 button "Chat", 3, 5 26 37 12 box "CTCP", 4, 46 1 47 59 button "Send", 2, 5 10 37 12 button "Version", 5, 50 10 37 12 button "Time", 6, 50 26 37 12 button "Ping", 7, 50 42 37 12 box "Control", 8, 92 1 69 66 button "Op", 9, 96 10 29 9 button "Deop", 10, 127 10 29 9 button "Halfop", 11, 96 21 29 9 button "Dehalfop", 12, 127 21 29 9 button "Voice", 13, 96 32 29 9 button "Devoice", 14, 127 32 29 9 button "Kick", 15, 96 43 29 9 button "Ban", 16, 127 43 29 9 button "Kick/Ban", 17, 96 54 60 9 text "", 18, 2 60 36 8 text "", 19, 38 60 54 8 } on *:dialog:cdc:init:*:{ set %snn $snick($active,1) set %scn $active did -i cdc 18 1 %snn did -i cdc 19 1 %scn } on *:dialog:cdc:sclick:*:{ if ($did == 3) { .dcc chat %snn } if ($did == 2) { //dcc send %snn $dir($mircdir) } if ($did == 5) { .ctcp %snn version } if ($did == 6) { .ctcp %snn time } if ($did == 7) { .ctcp %snn ping } if ($did == 9) { .mode %scn +o %snn } if ($did == 10) { .mode %scn -o %snn } if ($did == 11) { .mode %scn +h %snn } if ($did == 12) { .mode %scn -h %snn } if ($did == 13) { .mode %scn +v %snn } if ($did == 14) { .mode %scn -v %snn } if ($did == 15) { .kick %scn %snn } if ($did == 16) { .ban %scn %snn } if ($did == 17) { .ban -k %scn %snn } }
Comments
(0)
RSS
Go to Bottom
Enter comment here..
Please
Register
or
Login
to start posting comments.
Dark-Master
Last seen:
Jul 06, 2008
Profile
Snippets
(4)
Images
(1)
Comments Received
(12)
Comments Submitted
(3)
My Snippet Tags
commands
control
ctcp
dcc
network
nick
socket
status
Contact
Add to Friends
Send Private Message
Sponsors