Sending RAW CMD through partyline

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
arbiter
Posts: 10
Joined: Mon Feb 28, 2005 1:06 pm

Sending RAW CMD through partyline

Post by arbiter »

Is there any module or core cmd for eggdrop to send raw commands to the server through partyline?
I know about current available commands , but I want to be able e.g. kill a person when I'm connected to the eggdrop on listening port( or partyline) , how can i send cmds directly to the server from partyline ?
thanks
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

.dump <raw cmd>

(access depends on the set must-be-owner setting)
Winbots
Posts: 65
Joined: Wed Apr 21, 2004 12:26 am
Location: irc://irc.winbots.org/Winbots
Contact:

Post by Winbots »

Code: Select all

.tcl <TCL GOES HERE>
.tcl putserv "PRIVMSG #chan :I R 1337!!!!!!";
Locked