Code: Select all
!lastspoke <nick>
.kick command is not a channel built-in command for eggdrop. You need TCL script to use it.kornrocks wrote:even when i do .kick commands in channel it doesnt act. or .op
Code: Select all
proc name { all arguments } {
mysqlconnect
conditions
&
commands
mysqlclose
}