File: crap.txt

package info (click to toggle)
imcom 0.93-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,572 kB
  • ctags: 1,261
  • sloc: python: 5,269; perl: 99; makefile: 66; sh: 7
file content (32 lines) | stat: -rw-r--r-- 1,415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
preferences.py

333
            #
            # *temporary* legacy API support
            #
            # profile.debug = profile.switches["debug"]
            # profile.nickprompt = profile.switches["nickprompt"]
            # profile.allowinterrupt = profile.switches["allowinterrupt"]
            # profile.statusshow = profile.switches["statusshow"]
            # profile.ssl = profile.switches["ssl"]
            # profile.usecolors = profile.switches["usecolors"]
            # profile.ringbell = profile.switches["ringbell"]
            #
            # end of legacy API support
            #
            #profile.debug = self.getAttr(attrs, "debug")
            #profile.nickprompt = self.getAttr(attrs, "nickprompt")
            #profile.allowinterrupt = self.getAttr(attrs, "allowinterrupt")
            #profile.statusshow = self.getAttr(attrs, "statusshow")
            #profile.ssl = self.getAttr(attrs, "ssl")
            #profile.usecolors = self.getAttr(attrs,"colors")
            #profile.ringBell = self.getAttr(attrs,"ringbell")
            #if(profile.allowinterrupt == None):
            #    profile.allowinterrupt = "false"
            #if(profile.nickprompt == None):
            #    profile.nickprompt = "false"
            #if(profile.usecolors == None):
            #    profile.usecolors = "true"
            #if(profile.ringBell == None):
            #    profile.ringBell = "true"