This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Turn off the lastspoke command on eggdrop v1.6.18:

General support and discussion of Eggdrop bots.
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Turn off the lastspoke command on eggdrop v1.6.18:

Post by Zerg »

hello,
i havent found a script that haves the lastspoke command.
i have gseen installet but the trigger is ? and when i use !lastspoke i get the info.

thank you much for help.
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

If you don't want the script then simply unload it and restart (not rehash).
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Post by Zerg »

Sir_Fz wrote:If you don't want the script then simply unload it and restart (not rehash).
i havent not a script with name lastspoke.

gseen is a modul but the trigger is the question mark

than i dont think !lastspoke is in the gseen modul.

but what scipt have the command or is this in the eggdrop sources?
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

It's been a while since I last used the gseen module so I can't confirm if !lastspoke is a gseen public command (but I don't remember it either). However, it's definitely not from Eggdrop's source. Read your gseen.conf file and check if lastspoke is actually a gseen command, if not then it's probably coming from a Tcl script which you have loaded.
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

cache wrote:Try bseen1.4.2.tcl (google) Cool

It'll tell you last time someone spoke if its of any help, I use it.

[11:07pm] <cache> !lastspoke xxx
[11:07pm] <Bot> xxx last uttered a word: 1 hour, 9 minutes ago.
An oldie, but a goodie. You can find the actual quote right here on these very forums.
:wink:
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Post by Zerg »

Thats all my loaded scripts.
Nothing is bseen.tcl or other seen.tcl script.
The gseen modul have the previx: "?"
Not "!"

Code: Select all

##### SCRIPTS #####

# This is a good place to load scripts to use with your bot.

# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl

source scripts/alltools.tcl
source scripts/action.fix.tcl

# Use this script for Tcl and Eggdrop downwards compatibility.
# NOTE: This can also cause problems with some newer scripts.
source scripts/compat.tcl

# This script provides many useful informational functions, like setting
# users' URLs, e-mail address, ICQ numbers, etc. You can modify it to add
# extra entries.
source scripts/userinfo.tcl
loadhelp userinfo.help

# Gseen Module Config
source ablage/gseen.conf

# Stats Module Config
source ablage/stats.conf

source scripts/egghttp.tcl

# Color Partyline
source scripts/cpt-motd.tcl

# Channel Service
source scripts/channelservice2.1.tcl

# Google Such Script
source scripts/google.tcl

# Wetter Script
source scripts/meteo.tcl

# RSS News Feed Poster
source scripts/rssnews.tcl

# Translator Script
source scripts/leo.tcl

# Taschenrechner Script
source scripts/convert.202r.tcl

# TV Programm
source scripts/tv.tcl

# Wiki
source scripts/wiki.tcl
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

I guess lastspoke is from the stats module, check your stats.conf to see if lastspoke is mentioned in it.
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Post by Zerg »

i cannot find this :(

Code: Select all

######
#####
###   General Settings
#####
######

# the file where the data is stored
# WARNING: Always set this var _before_ the module is loaded, or it won't
# find your stats.
set statsfile "/home/eggdrop/eggdrop/ablage/statsmod.dat"

# load the module itself
loadmodule stats

# save data every x minutes
set save-stats 5

# add new users to the database if they stay more than x minutes 
# in the channel
# >0: enabled
#  0: don't add new users, but recheck every minute if a user idented himself
# -1: don't add new users and don't recheck every minute. If someone idents
#     him/herself, he/she must cycle the chan to be recognized. (lowest CPU usage)
set autoadd 5

# minimum number of lines that a user must have spoken before he/she gets
# autoadded (you don't want "dead" users in your database, do you?)
set autoadd-min-lines 5

set expire-base 7

set expire-factor 25

# delete users that have been added by the module if they haven't been seen
# for more than x days
set expire-users 90

# if the user has a password set, delay the expiration for another x days
set expire-delay 180

# log wordstats (most used words) (this stats are resetted daily)
# NOTE: This is very cpu- and memory consuming, so don't
# turn this on if you're worried about memory or cpu usage
set log-wordstats 1

# minimum length of a word to be logged
# (0 is best to get exact results)
set min-word-length 0

# display how many random URLs in the misc stats?
# (setting this to 0 also disables the logging of URLs
# and can therefore lower your cpu-usage)
set display-urls 5

# display how many random kicks in the misc stats?
set display-kicks 5

# when logging kicks, also save the last x lines of activity in the chan
set kick-context 5

# log every Xth quote
# If this value is lower, then the random quotes will be more random,
# but the memory usage will also increase.
set quote-frequency 5

######
#####
###   languages
#####
######

# reset old slangs before we load the new ones...
# resetslang

# load the default language
loadstatslang "en" "English" language/stats.en.lang

##  load additional languages
loadstatslang "de" "Deutsch" language/stats.de.lang

## assign a language to a channel
#setchanslang #xwp "de"

######
#####
###   public commands
#####
######

# the char that marks public commands (!top10, etc...)
# "" is a valid option
set cmdchar "?"

# don't answer more than x commands in y seconds
set max-stat-cmds 5:60

# information that the !stat reply will contain
set stat-reply "words letters smileys minutes"

######
#####
###   HTML settings
#####
######

# list the top x users
set topnr 30

# NOTE:
# table-color and fade-table-color are hex numbers which represent a rgb color.
# If you do not know how to use this format, either use the default or ask
# someone who knows it. (it's the HTML-standard-format)

# the background color of your table
set table-color 0x3850B8

# fade table color to another color
set fade-table-to 0x000000

# border width of the table (0 == no border, which is probably the best)
set table-border 0

# The following two settings only affect the display of the stats. The bot will
# still log and save everything, no matter if it's displayed or not.
#
# Please don't use "slangified" types! For example, use always "idle" instead of
# "idle-factor" or whatever you defined in the langfiles.

# which stats should be shown?
set topstats "words lines wpl actions smileys kicks modes topics idle minutes"

# and which stats should be mentioned in the graphical output?
set graphstats "words lines actions smileys kicks modes topics minutes"

# mention the top x users in the graphical stats.
set graphnr 10

# which colour should the bars have?
set graphcolor "blue"

# display the average number of users in the chan?
set display-average-users 1

# display the users which are currently on channel in /chan/onchan/ ?
set show-usersonchan 0

# display a list of all users in /chan/users/ ?
set show-userlist 1

# display channels, which are +secret on the livestats index?
set list-secret-chans 1

# Since the stats.mod webserver can't serve binary data like images,
# they must be stored on an external webserver. The following setting
# defines the full URL to your webspace where you uploaded all needed
# images to.
# WARNING: You definitely should change this default setting and use your
# own webspace. I will move images on my server whenever I feel like it, so
# your stat-pages might get broken pretty fast.
#set binary-url "http://www.visions-of-fantasy.de/stats.mod/bin/"
set binary-url "http://77.16.76.74/~eggdrop/.st4ts.m0d/bin/"

##
## Livestat settings
##

# listen on which port for livestat connection?
# (to disable, either comment this out or use "off" or 0 as value)
# (if you use the default, you can access the stats at
#  http://your.shell.com:8033/ )
livestats 8033

# By default, livestats listens on every available vhost for incoming
# connection. If you want to limit livestats to one vhost, then enter
# its IP(_not_ the host) below
set livestats-ip "77.16.76.74"

# log access to livestats to a logfile? (set to "" to turn off)
set livestats-log "/home/eggdrop/eggdrop/ablage/livestats.log"

# the log-level where you can monitor access to livestats on your console
# (use .console +1 to activate it)
set livestats-loglevel "1"

# don't serve more than x livestats pages in y seconds (to prevent flooding)
set max-livestats-access 5:10

####
## only for the frequently updated webfiles
##
## this feature is outdated, don't use it unless you really need it
###

# update webfiles every x minutes
# (set this to 0 to disable)
# (this is now disabled by default, use livestats instead!)
set webupdate 0

# directory where the files will be written to
# don't use your standard webdir here, since index.html will be
# overwritten and a lot of subdirs will be created
set webdir "/home/eggdrop/eggdrop/ablage/setwebdir"

######
#####
###   other (rather unimportant) settings
#####
######

## stats.mod saves new users in an internal database by default
## for compatibility reasons, the old way of using the eggdrop
## user file is still available, but I strongly recommend to let
## it turned off!
#set use-eggdrop-userfile 0
#
## don't add new hosts to users with the following flags
## (only works for users in the eggdrop-userfile, use
##  .schattr <user> -addhosts for users in the stats-userbase)
set anti-autoadd-flags "ofvb|ofv"
#
## exclude users with the following flags from the top10, top20...
## (also only for eggdrop-userfile. Use .schattr <user> -list.
set anti-stats-flag "b|-"
##
## Please note that the last two settings don't affect the internal
## user database of stats.mod at all! They only work if
## use-eggdrop-userfile is set to 1
## (maybe I'll change this for the next version)

# defines what will be counted as a smiley
# (don't add hundreds of smileys if you want a reasonable cpu usage)
#set smileys ":-) :) ;) ;-) ^_^ :-D :-P :P =) ;D"
set smileys "(8 8) (o: :o) (o; ;o) :-) (-: (: :) (; ;) (-; ;-) ^_^ O_o o_O :-D :-p :-P :p :P (= =) :D ;D ^^ <; ;> <: :>"

###############################################################################
# end of config
# just ignore everything below ^_^
###############################################################################

catch "unbind pub - !top *pub:!top"
catch "unbind pub - !last *pub:!last"
catch "unbind pub - !stat *pub:!stat"
catch "unbind pub - !place *pub:!place"
catch "unbind pub - !wordstats *pub:!wordstats"
catch "unbind pub - !topwords *pub:!topwords"
bind pub - ${cmdchar}top *pub:!top
bind pub - ${cmdchar}last *pub:!last
bind pub - ${cmdchar}place *pub:!place
bind pub - ${cmdchar}stat *pub:!stat
bind pub - ${cmdchar}wordstats *pub:!wordstats
bind pub - ${cmdchar}topwords *pub:!topwords



set stats-template-dir "/home/eggdrop/eggdrop/ablage/templates/stats"
set stats-language-dir "/home/eggdrop/eggdrop/language"

loadstatsskin /home/eggdrop/eggdrop/ablage/templates/stats/classic/classic.skin
#loadstatsskin ablage/templates/stats/classic/debug.skin

#set default-slang "eng"
set default-slang "ger"
set default-skin "classic"
M
Mogour
Voice
Posts: 17
Joined: Sun Feb 10, 2008 12:58 pm

Post by Mogour »

# the char that marks public commands (!top10, etc...)
# "" is a valid option
set cmdchar "?"
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

lastspoke command from bseen1.4.2c.tcl
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Post by Zerg »

username wrote:lastspoke command from bseen1.4.2c.tcl
i cannot find the !lastspoke in the stats conf.
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

There is no such command in stats.conf this command from bseen1.4.2.c.tcl
Try
.binds
in partyline and than find proc what works with lastspoke command. After that find script with this proc.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
Z
Zerg
Halfop
Posts: 49
Joined: Sat May 20, 2006 10:03 am

Post by Zerg »

username wrote:There is no such command in stats.conf this command from bseen1.4.2.c.tcl
Try
.binds
in partyline and than find proc what works with lastspoke command. After that find script with this proc.
i havent fount lastspoke... the .proc cant understand the egg.

.binds
<Egg> Kommandoverknuepfungen:
<Egg> TYPE FLGS COMMAND HITS BINDING (TCL)
<Egg> chon -|- * 2 showmotd
<Egg> ctcp -|- * 11 run_wiki_ctcp
<Egg> dcc -|- kg2lb 0 con:kg2lb:dcc
<Egg> dcc -|- lb2kg 0 con:lb2kg:dcc
<Egg> dcc -|- km2mi 0 con:km2mi:dcc
<Egg> dcc -|- mi2km 0 con:mi2km:dcc
<Egg> dcc -|- m2ft 0 con:m2ft:dcc
<Egg> dcc -|- ft2m 0 con:ft2m:dcc
<Egg> dcc -|- calc 0 con:calc:dcc
<Egg> dcc -|- c2f 0 con:c2f:dcc
<Egg> dcc -|- f2c 0 con:f2c:dcc
<Egg> dcc -|- convert 0 con:convert:dcc
<Egg> dcc -|- leo 0 dcc:leo
<Egg> dcc m|- rss 0 ::rssnews::rss
<Egg> dcc m|- showfields 0 showfields
<Egg> dcc m|- chicq 0 dcc_chuserinfo
<Egg> dcc -|- icq 0 dcc_setuserinfo
<Egg> dcc m|- chphone 0 dcc_chuserinfo
<Egg> dcc -|- phone 0 dcc_setuserinfo
<Egg> dcc m|- chdob 0 dcc_chuserinfo
<Egg> dcc -|- dob 0 dcc_setuserinfo
<Egg> dcc m|- chemail 0 dcc_chuserinfo
<Egg> dcc -|- email 0 dcc_setuserinfo
<Egg> dcc m|- chirl 0 dcc_chuserinfo
<Egg> dcc -|- irl 0 dcc_setuserinfo
<Egg> dcc m|- chgf 0 dcc_chuserinfo
<Egg> dcc -|- gf 0 dcc_setuserinfo
<Egg> dcc m|- chbf 0 dcc_chuserinfo
<Egg> dcc -|- bf 0 dcc_setuserinfo
<Egg> dcc m|- churl 0 dcc_chuserinfo
<Egg> dcc -|- url 0 dcc_setuserinfo
<Egg> dcc -|- motd 0 showmotd
<Egg> evnt -|- init-server 1 evnt:init_server
<Egg> filt -|- /me * 0 filt:telnet_action
<Egg> filt -|- CTCP_MESSAGE ACTION * 0 filt:dcc_action2
<Egg> filt -|- ACTION * 0 filt:dcc_action
<Egg> join -|- * 282 checkident
<Egg> msg -|- .kg2lb 0 con:kg2lb:msg
<Egg> msg -|- .lb2kg 0 con:lb2kg:msg
<Egg> msg -|- .km2mi 0 con:km2mi:msg
<Egg> msg -|- .mi2km 0 con:mi2km:msg
<Egg> msg -|- .m2ft 0 con:m2ft:msg
<Egg> msg -|- .ft2m 0 con:ft2m:msg
<Egg> msg -|- .calc 0 con:calc:msg
<Egg> msg -|- .c2f 0 con:c2f:msg
<Egg> msg -|- .f2c 0 con:f2c:msg
<Egg> msg -|- .convert 0 con:convert:msg
<Egg> msg m|- ?update 0 iws_auto_update
<Egg> msg -|- ?forecast 0 msg_previws
<Egg> msg -|- ?prevision 0 msg_previws
<Egg> msg -|- ?previsions 0 msg_previws
<Egg> msg -|- ?wetter 0 msg_iws
<Egg> msg -|- ?weather 0 msg_iws
<Egg> msg -|- ?meteo 0 msg_iws
<Egg> msg -|- .wzf 0 msg_previws
<Egg> msg -|- .wzc 0 msg_iws
<Egg> msg -|- .wz 0 msg_iws
<Egg> msg -|- icq 0 msg_setuserinfo
<Egg> msg -|- phone 0 msg_setuserinfo
<Egg> msg -|- dob 0 msg_setuserinfo
<Egg> msg -|- email 0 msg_setuserinfo
<Egg> msg -|- irl 0 msg_setuserinfo
<Egg> msg -|- gf 0 msg_setuserinfo
<Egg> msg -|- bf 0 msg_setuserinfo
<Egg> msg -|- url 0 msg_setuserinfo
<Egg> pub -|- .tvsearch 9 tvsearch 1
<Egg> pub -|- !gummipuppe 1 gummipuppe
<Egg> pub -|- .calc 6 con:calc:pub
<Egg> pub -|- !bier 1 bier
<Egg> pub -|- ?trans 3 pub:leo
<Egg> pub -|- !wiki 0 run_wiki_cmd
<Egg> pub -|- .tvlist 0 listremindtv
<Egg> pub -|- .tvdel 0 delremindtv
<Egg> pub -|- .tvadd 0 addremindtv
<Egg> pub -|- .tvhaupt 0 listhaupttv
<Egg> pub -|- .delhaupt 0 delhaupttv
<Egg> pub -|- .addhaupt 0 addhaupttv
<Egg> pub -|- .tvhilfe 0 tvhelp
<Egg> pub -|- .tvhelp 0 tvhelp
<Egg> pub -|- .tv 0 tvreply
<Egg> pub -|- .kg2lb 0 con:kg2lb:pub
<Egg> pub -|- .lb2kg 0 con:lb2kg:pub
<Egg> pub -|- .km2mi 0 con:km2mi:pub
<Egg> pub -|- .mi2km 0 con:mi2km:pub
<Egg> pub -|- .m2ft 0 con:m2ft:pub
<Egg> pub -|- .ft2m 0 con:ft2m:pub
<Egg> pub -|- .c2f 0 con:c2f:pub
<Egg> pub -|- .f2c 0 con:f2c:pub
<Egg> pub -|- .convert 0 con:convert:pub
<Egg> pub -|- ?t 0 pub:leo
<Egg> pub -|- ?leo 0 pub:leo
<Egg> pub -|- !news 0 ::rssnews::news
<Egg> pub -|- ?forecast 0 pub_previws
<Egg> pub -|- ?prevision 0 pub_previws
<Egg> pub -|- ?previsions 0 pub_previws
<Egg> pub -|- ?meteo 0 pub_iws
<Egg> pub -|- ?w 0 pub_iws
<Egg> pub -|- ?donnerwetter 0 pub_iws
<Egg> pub -|- ?wetter 0 pub_iws
<Egg> pub -|- ?weather 0 pub_iws
<Egg> pub -|- .wzf 0 pub_previws
<Egg> pub -|- .wzc 0 pub_iws
<Egg> pub -|- .wz 0 pub_iws
<Egg> pub -|- ?file 0 pub:file
<Egg> pub -|- ?image 0 pub:image
<Egg> pub -|- ?google 0 pub:google
<Egg> pub -|- !fernseher 0 fernseher
<Egg> pub -|- !re 0 re
<Egg> pub -|- !wink 0 wink
<Egg> pub -|- !shower 0 shower
<Egg> pub -|- !mix 0 mix
<Egg> pub -|- !brb 0 brb
<Egg> pub -|- !n8ti 0 n8ti
<Egg> pub -|- !nacht 0 nacht
<Egg> pub -|- !tach 0 tach
<Egg> pub -|- !ciao 0 ciao
<Egg> pub -|- !gruezi 0 gruezi
<Egg> pub -|- !huhu 0 huhu
<Egg> pub -|- !moin 0 moin
<Egg> pub -|- !prost 0 prost
<Egg> pub -|- !hallo 0 hallo
<Egg> pub -|- !massage 0 massage
<Egg> pub -|- !loeschen 0 loeschen
<Egg> pub -|- !feuer 0 feuer
<Egg> pub -|- !feuerzeug 0 feuerzeug
<Egg> pub -|- !tuete 0 tuete
<Egg> pub -|- !ecstasy 0 ecstasy
<Egg> pub -|- !joint 0 joint
<Egg> pub -|- !bong 0 bong
<Egg> pub -|- !crack 0 crack
<Egg> pub -|- !abbindguertel 0 abbindguertel
<Egg> pub -|- !lsd 0 lsd
<Egg> pub -|- !kerze 0 kerze
<Egg> pub -|- !drogenloeffel 0 drogenloeffel
<Egg> pub -|- !spritze 0 spritze
<Egg> pub -|- !gras 0 gras
<Egg> pub -|- !gedenkminute 0 gedenkminute
<Egg> pub -|- !beam 0 beam
<Egg> pub -|- !konzentration 0 konzentration
<Egg> pub -|- !geduld 0 geduld
<Egg> pub -|- !doener 0 doener
<Egg> pub -|- !muelleimer 0 muelleimer
<Egg> pub -|- !fluch 0 pub_!fluch
<Egg> pub -|- !ale 0 ale
<Egg> pub -|- !pms 0 pms
<Egg> pub -|- !schlaflied 0 schlaflied
<Egg> pub -|- !filtertip 0 filtertip
<Egg> pub -|- !aschenbecher 0 aschenbecher
<Egg> pub -|- !leiche 0 leiche
<Egg> pub -|- !himbeereis 0 himbeereis
<Egg> pub -|- !erdbeereis 0 erdbeereis
<Egg> pub -|- !vanilleeis 0 vanilleeis
<Egg> pub -|- !zitroneneis 0 zitroneneis
<Egg> pub -|- !schokoladeneis 0 schokoladeneis
<Egg> pub -|- !eiswuerfel 0 eiswuerfel
<Egg> pub -|- !zitronentee 0 zitronentee
<Egg> pub -|- !bienenstich 0 bienenstich
<Egg> pub -|- !schaumrollen 0 schaumrollen
<Egg> pub -|- !plaetzchen 0 plaetzchen
<Egg> pub -|- !erdbeersahnetorte 0 erdbeersahnetorte
<Egg> pub -|- !rumkuchen 0 rumkuchen
<Egg> pub -|- !donauwelle 0 donauwelle
<Egg> pub -|- !schwarzwaelderkirsch 0 schwarzwaelderkirsch
<Egg> pub -|- !kaesekuchen 0 kaesekuchen
<Egg> pub -|- !handgranate 0 handgranate
<Egg> pub -|- !Bumerang 0 Bumerang
<Egg> pub -|- !JoJo 0 JoJo
<Egg> pub -|- !Rabenschnabel 0 Rabenschnabel
<Egg> pub -|- !Streitkolben 0 Streitkolben
<Egg> pub -|- !Kriegshammer 0 Kriegshammer
<Egg> pub -|- !Katana 0 Katana
<Egg> pub -|- !Langschwert 0 Langschwert
<Egg> pub -|- !Bastardschwert 0 Bastardschwert
<Egg> pub -|- !Hellebarde 0 Hellebarde
<Egg> pub -|- !henkersbeil 0 henkersbeil
<Egg> pub -|- !streitaxt 0 streitaxt
<Egg> pub -|- !sturmsense 0 sturmsense
<Egg> pub -|- !ak47 0 ak47
<Egg> pub -|- !peitsche 0 peitsche
<Egg> pub -|- !dreizack 0 dreizack
<Egg> pub -|- !lichtschwert 0 lichtschwert
<Egg> pub -|- !schwert 0 schwert
<Egg> pub -|- !keule 0 keule
<Egg> pub -|- !vibrator 0 vibrator
<Egg> pub -|- !sex 0 sex
<Egg> pub -|- !ficken 0 ficken
<Egg> pub -|- !sonnenliege 0 sonnenliege
<Egg> pub -|- !plueschsofa 0 plueschsofa
<Egg> pub -|- !aufwachen 0 aufwachen
<Egg> pub -|- !schlafcouch 0 schlafcouch
<Egg> pub -|- !schaukelstuhl 0 schaukelstuhl
<Egg> pub -|- !spielekiste 0 spielekiste
<Egg> pub -|- !chefsessel 0 chefsessel
<Egg> pub -|- !geheimnisse 0 geheimnisse
<Egg> pub -|- !gold 0 gold
<Egg> pub -|- !telekom-aktien 0 telekom-aktien
<Egg> pub -|- !brilliante_ideen 0 brilliante_ideen
<Egg> pub -|- !geldscheine 0 geldscheine
<Egg> pub -|- !spiegelei 0 spiegelei
<Egg> pub -|- !ruehrei 0 ruehrei
<Egg> pub -|- !bratwurst 0 bratwurst
<Egg> pub -|- !sauerbraten 0 sauerbraten
<Egg> pub -|- !flugente 0 flugente
<Egg> pub -|- !spinat 0 spinat
<Egg> pub -|- !spargel 0 spargel
<Egg> pub -|- !knobibrot 0 knobibrot
<Egg> pub -|- !Camembert 0 Camembert
<Egg> pub -|- !pizza 0 pizza
<Egg> pub -|- !spaghetti 0 spaghetti
<Egg> pub -|- !kartoffelsuppe 0 kartoffelsuppe
<Egg> pub -|- !spinatnudeln 0 spinatnudeln
<Egg> pub -|- !lachs 0 lachs
<Egg> pub -|- !kartoffelpuffer 0 kartoffelpuffer
<Egg> pub -|- !fischstaebchen 0 fischstaebchen
<Egg> pub -|- !currywurst 0 currywurst
<Egg> pub -|- !steak 0 steak
<Egg> pub -|- !schnitzel 0 schnitzel
<Egg> pub -|- !pommes 0 pommes
<Egg> pub -|- !cappuccino 0 cappuccino
<Egg> pub -|- !tetris-spiel 0 tetris-spiel
<Egg> pub -|- !nudelholz 0 nudelholz
<Egg> pub -|- !tabak 0 tabak
<Egg> pub -|- !zigarre 0 zigarre
<Egg> pub -|- !zigaretten 0 zigaretten
<Egg> pub -|- !pflaster 0 pflaster
<Egg> pub -|- !aspirin 0 aspirin
<Egg> pub -|- !tee 0 tee
<Egg> pub -|- !jaco 0 jaco
<Egg> pub -|- !kaffee!alle 0 kaffee!alle
<Egg> pub -|- !kaffee 0 kaffee
<Egg> pub -|- !waermflasche 0 waermflasche
<Egg> pub -|- !glas 0 glas
<Egg> pub -|- !schuessel 0 schuessel
<Egg> pub -|- !glaeser 0 glaeser
<Egg> pub -|- !becher 0 becher
<Egg> pub -|- !tassen 0 tassen
<Egg> pub -|- !teller 0 teller
<Egg> pub -|- !anhalterpack 0 anhalterpack
<Egg> pub -|- !loeffel 0 loeffel
<Egg> pub -|- !gabel 0 gabel
<Egg> pub -|- !messer 0 messer
<Egg> pub -|- !pistazien 0 pistazien
<Egg> pub -|- !katjes 0 katjes
<Egg> pub -|- !schokolade 0 schokolade
<Egg> pub -|- !gummibaerchen 0 gummibaerchen
<Egg> pub -|- !salzstangen 0 salzstangen
<Egg> pub -|- !raeucherstaebchen 0 raeucherstaebchen
<Egg> pub -|- !wunderkerzen 0 wunderkerzen
<Egg> pub -|- !esspapier 0 esspapier
<Egg> pub -|- !marzipan 0 marzipan
<Egg> pub -|- !flips 0 flips
<Egg> pub -|- !chips 0 chips
<Egg> pub -|- !baguette 0 baguette
<Egg> pub -|- !pizzabrot 0 pizzabrot
<Egg> pub -|- !zwiebelbrot 0 zwiebelbrot
<Egg> pub -|- !broetchen 0 broetchen
<Egg> pub -|- !knaeckebrot 0 knaeckebrot
<Egg> pub -|- !vollkornbrot 0 vollkornbrot
<Egg> pub -|- !mischbrot 0 mischbrot
<Egg> pub -|- !weissbrot 0 weissbrot
<Egg> pub -|- !brezeln 0 brezeln
<Egg> pub -|- !erdbeeren 0 erdbeeren
<Egg> pub -|- !zipfelsaft 0 zipfelsaft
<Egg> pub -|- !mava 0 mava
<Egg> pub -|- !nutella 0 nutella
<Egg> pub -|- !honig 0 honig
<Egg> pub -|- !marmelade 0 marmelade
<Egg> pub -|- !margarine 0 margarine
<Egg> pub -|- !butter 0 butter
<Egg> pub -|- !eier 0 eier
<Egg> pub -|- !erdbeerpudding 0 erdbeerpudding
<Egg> pub -|- !vabeeren 0 vabeeren
<Egg> pub -|- !vanillepudding 0 vanillepudding
<Egg> pub -|- !schokopudding 0 schokopudding
<Egg> pub -|- !mayonnaise 0 mayonnaise
<Egg> pub -|- !ketchup 0 ketchup
<Egg> pub -|- !gemischtersalat 0 gemischtersalat
<Egg> pub -|- !meeresfruechtesalat 0 meeresfruechtesalat
<Egg> pub -|- !salat 0 salat
<Egg> pub -|- !wurst 0 wurst
<Egg> pub -|- !joghurt 0 joghurt
<Egg> pub -|- !ovo 0 ovo
<Egg> pub -|- !milch 0 milch
<Egg> pub -|- !torte 0 torte
<Egg> pub -|- !eistee 0 eistee
<Egg> pub -|- !kakao 0 kakao
<Egg> pub -|- !kaese 0 kaese
<Egg> pub -|- !janx 0 janx
<Egg> pub -|- !grog 0 grog
<Egg> pub -|- !donnergurgler 0 donnergurgler
<Egg> pub -|- !champagner 0 champagner
<Egg> pub -|- !sekt 0 sekt
<Egg> pub -|- !schnaps 0 schnaps
<Egg> pub -|- !pernod 0 pernod
<Egg> pub -|- !whiskey 0 whiskey
<Egg> pub -|- !wodka 0 wodka
<Egg> pub -|- !eiskaffee 0 eiskaffee
<Egg> pub -|- !korn 0 korn
<Egg> pub -|- !vitaminsaft 0 vitaminsaft
<Egg> pub -|- !orangensaft 0 orangensaft
<Egg> pub -|- !fanta 0 fanta
<Egg> pub -|- !moorgeist 0 moorgeist
<Egg> pub -|- !gedeckelter 0 gedeckelter
<Egg> pub -|- !bommerlunder 0 bommerlunder
<Egg> pub -|- !jaegermeister 0 jaegermeister
<Egg> pub -|- !friesenwatt 0 friesenwatt
<Egg> pub -|- !macadamia 0 macadamia
<Egg> pub -|- !hefeweizen 0 hefeweizen
<Egg> pub -|- !rothaus 0 rothaus
<Egg> pub -|- !weinbrand 0 weinbrand
<Egg> pub -|- !ouzo 0 ouzo
<Egg> pub -|- !absinth 0 absinth
<Egg> pub -|- !harry 0 harry
<Egg> pub -|- !charly 0 charly
<Egg> pub -|- !kuestennebel 0 kuestennebel
<Egg> pub -|- !feigling 0 feigling
<Egg> pub -|- !wasser 0 wasser
<Egg> pub -|- !sprite 0 sprite
<Egg> pub -|- !redbull 0 redbull
<Egg> pub -|- !africola 0 africola
<Egg> pub -|- !pepsi 0 pepsi
<Egg> pub -|- !joltcola 0 joltcola
<Egg> pub -|- !coke 0 coke
<Egg> pub -|- !cola 0 cola
<Egg> pub -|- !volvic 0 volvic
<Egg> pub -|- !rum 0 rum
<Egg> pub -|- !tequila 0 tequila
<Egg> pub -|- !bananenweizen 0 bananenweizen
<Egg> pub -|- !colabier 0 colabier
<Egg> pub -|- !met 0 met
<Egg> pub -|- !rotwein 0 rotwein
<Egg> pub -|- !weisswein 0 weisswein
<Egg> pub -|- !bacardi 0 bacardi
<Egg> pub -|- !roten 0 roten
<Egg> pub -|- !hasseroeder 0 hasseroeder
<Egg> pub -|- !becks 0 becks
<Egg> pub -|- !zigarillo 0 zigarillo
<Egg> pub -|- !billiard 0 billiard
<Egg> pub -|- !op 0 op
<Egg> pub -|- ?drogen 0 pub_?drogen
<Egg> pub -|- ?tresor 0 pub_?tresor
<Egg> pub -|- ?schublade 0 pub_?schublade
<Egg> pub -|- ?schrank 0 pub_?schrank
<Egg> pub -|- !sweet&sour 0 sweet&sour
<Egg> pub -|- !coladamix 0 coladamix
<Egg> pub -|- !erdbeerenmix 0 erdbeerenmix
<Egg> pub -|- !lady 0 lady
<Egg> pub -|- !blow 0 blow
<Egg> pub -|- !beauty 0 beauty
<Egg> pub -|- !adios 0 adios
<Egg> pub -|- !long 0 long
<Egg> pub -|- !pool 0 pool
<Egg> pub -|- !colada 0 colada
<Egg> pub -|- !pina 0 pina
<Egg> pub -|- !bananen_margarita 0 bananen_margarita
<Egg> pub -|- !erdbeeren_margarita 0 erdbeeren_margarita
<Egg> pub -|- !sunrise 0 sunrise
<Egg> pub -|- !frutas 0 frutas
<Egg> pub -|- !negroni 0 negroni
<Egg> pub -|- !sling 0 sling
<Egg> pub -|- !beach 0 beach
<Egg> pub -|- !kakadu 0 kakadu
<Egg> pub -|- !Bruno 0 Bruno
<Egg> pub -|- !Rain 0 Rain
<Egg> pub -|- !Chiquero 0 Chiquero
<Egg> pub -|- !Royal 0 Royal
<Egg> pub -|- !Cuba 0 Cuba
<Egg> pub -|- !Don-q 0 Don-q
<Egg> pub -|- !Erdbeeren_Caipirinha 0 Erdbeeren_Caipirinha
<Egg> pub -|- !Caipirinha 0 Caipirinha
<Egg> pub -|- !Erdbeeren_Caipiroska 0 Erdbeeren_Caipiroska
<Egg> pub -|- !Caipiroska 0 Caipiroska
<Egg> pub -|- !Gefrorener 0 Gefrorener
<Egg> pub -|- !Erdbeer_Daiquiry 0 Erdbeer_Daiquiry
<Egg> pub -|- !Cubalibre 0 Cubalibre
<Egg> pub -|- !Daiquiry 0 Daiquiry
<Egg> pub -|- ?cocktailbar 0 pub_?cocktailbar
<Egg> pub -|- ?bar 0 pub_?bar
<Egg> pub -|- ?ofen 0 pub_?ofen
<Egg> pub -|- ?brotkasten 0 pub_?brotkasten
<Egg> pub -|- ?Kuechenschrank 0 pub_?Kuechenschrank
<Egg> pub -|- ?eisschrank 0 pub_?eisschrank
<Egg> pub -|- ?kuehlschrank 0 pub_?kuehlschrank
<Egg> pub -|- ?Kueche 0 pub_?Kueche
<Egg> pub -|- ?waffenschrank 0 pub_?waffenschrank
<Egg> pub -|- ?dachboden 0 pub_?dachboden
<Egg> pub -|- ?service 0 pub_?service
<Egg> pubm -|- * 676 run_wiki
<Egg> time -|- ?5 * 262 chktimetv
<Egg> time -|- ?0 * 261 chktimetv
<Egg> time -|- 02 05 * 1 cachetvdata
<Egg> time -|- * 2615 ::rssnews::timer
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

There is no command ".proc", what username suggested was that you identify the binding that provides the command, and check your scripts and modules for the associated tcl-command (or proc).

The output from your listing does shed alittle light on the matter; since a normal .binds listing did now display the binding, that would suggest that it originates from a module - not a script. In order to see these bindings, you'd need to run ".binds all".

Could you write the following code into a file and load it as a script, and then run the command .findlastspoke on dcc; then paste the output here:

Code: Select all

bind dcc - findlastspoke dcc:findlastspoke
proc findlastspoke {hand idx arg} {
 foreach binding [binds] {
  if {[string match "*lastspoke*" [lindex $binding 2]]} {
   putidx $idx "Found matching binding: $binding"
   putidx $idx "To remove, add the following to the end of your configfile"
   putidx $idx "[list "unbind" [lindex $binding 0] [lindex $binding 1] [lindex $binding 2] [lindex $binding 4]]"
  }
 }
}
NML_375
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

It could also be a pubm bind which parses !lastspoke inside its procedure.
Post Reply